Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nicholai8938yBest git workflow evah:
Stage everything in GitKraken, status and add is confusing anyway; git cz in terminal, cause we want dat sexy commitizen style, and push from GitKraken cause commands are for losers :3333 -
px0622468yI also particularly love git log and reflog for when i fuck up and need to undo my fuck ups.
-
Caprico13768yGit diff
git branch
git pull
git checkout
git pull origin <branch name>
Helpful for team development
Related Rants
I know all the git commands:
- git status
- git add
- git commit
- git push
undefined
github
programming
git