Dev News
/
RSS -
9 months ago
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...
Dev News
/
RSS -
10 months ago
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 be...