Search
Reset File Changes with git
25.4.2018
There are many different philosophies when it comes to code review but mine is fairly simple: I like receiving early “work in progress” patches, I like to be positive in my code review messages, and if a patch is 90% there, I like to finish the patch myself so the project...
Set a Default Push Remote with git
27.3.2018
During my early days of git usage, my config allowed me to simply type git push instead of git push {origin} {branch_name} which I need to now. Up until recently I needed to type out the long version…(I know)…which was incredibly annoying because I like using detailed branch names....
Vimdiff – nástroj drsňáků
12.12.2017
Používání vimdiffu jsem se dlouho vyhýbal, ale došlo i na mě. Podělím se s vámi o své zkušenosti
10 Useful Git Tips
24.11.2017
In this tutorial we share with you a collection of tips that will help you manage your git repositories