9
zarocks
5y

junior be like:

git add
git commit
*wait 0.2 sec*
git push

Comments
  • 5
    Nothing to worry about if you are the only one working on a repo.

    Edit: even if you weren't what is wrong with pushing when you intended to push? Worst case scenario is a pull.
  • 1
    if your are not the only one who work on this branch, taking the time to check if it compile well and pass the test and it is not going to broke something is a must before pushing a commit ^^
  • 2
    @zarocks compile/test before commit
  • 0
    before push * ;)
  • 4
    @zarocks before commit
  • 4
    @zarocks why would you have multiple people work on the same branch unless they are pair/mob programming ? Work on your own branch as intended and require tests to pass before merging to master
  • 0
    Hummm... accurate
Add Comment