User Tools

Site Tools


ubuntu:git:relative_refs

This is an old revision of the document!


Ubuntu - GIT - Relative Refs

You could use relative refs to move branches around. e.g., git branch -f master HEAD~3, etc.

The “^” Operator goes up to the first parent.

git checkout master^

The “~[integer]” Operator specifies the number of parents you would like to ascend to.

# Goes up 4 parents from HEAD.
git checkout HEAD~4 
ubuntu/git/relative_refs.1575040335.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki