Quantcast
Channel: buildengineer.org » stupid git tricks
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Stupid git tricks

This is the first in an ongoing series of posts about basic and not so basic ways to use git. Many of these come from a wiki page I maintain at work, with the examples changed to use the git repository...

View Article



Stupid Git Tricks 2

Some handy information and tips about Git branching • Tracking branches: “I just cloned a repository and all I see is ‘master’ — but there are many other branches in this repository, and I need to work...

View Article

Stupid Git Tricks #3: A few words about merging

Fast-forward merges There’s a notion that’s actually in all version control systems, but which is more readily apparent in git, namely, the so-called “fast-forward” merge. Charles Duan offers this...

View Article

Image may be NSFW.
Clik here to view.

Stupid Git Tricks #4: Pushing and pulling

You should almost never have to do a push of the form $ git push origin something:somewhere This is a good way to accidentally create a branch on the remote that you didn’t mean to, which an admin then...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images