Skip to content

Instantly share code, notes, and snippets.

@adadesions
Created April 21, 2023 06:19
Show Gist options
  • Save adadesions/54a8f0dee2dca58f3dd64b4e1c56969b to your computer and use it in GitHub Desktop.
Save adadesions/54a8f0dee2dca58f3dd64b4e1c56969b to your computer and use it in GitHub Desktop.

Daily Routine

git pull <URL_REMOTE_REPO> Optional:Branch


Save the work step

git status git add

Commit for short comment

git commit -am "Comment..."

Commit for long comment

git commit -a

Push the work step

git push


Create new local branch

git checkout -b

Convert from local to remote branch

git push -u origin


How to PR

  • Go to github.com and Pull Request
  • Compare only the same branch!!!
  • Please mind everysteps before PR
  • Inform all information the P'Ada need to know
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment