Skip to content
kkumar15 edited this page Oct 14, 2022 · 1 revision

Welcome to the LogisticsApp wiki!

For Developers:-

  1. How to Push Code - This repository is protected to prevent accidental code changes causing merge issues and code overwrites. Steps to follow to push your code
    • Pls pull a new branch from the repo.
    • Make your commits to this branch.
    • Submit a PR request.
    • The code shd be approved by two reviewers before the code can be merged.
    • Pls resolve merge issues before pushing the code.
    • Pls address any conversations or remarks made by the reviewers.
    • Code changes shd not exceed 10 files per PR as it makes reviewing difficult.

Pls use these resources to learn more

  1. https://linuxpip.org/fix-merge-conflicts-vscode/
  2. https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/git-push-new-branch-remote-github-gitlab-upstream-example.

Clone this wiki locally