User Tools

Site Tools


info:code:git
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


Git

Basics

Init Repository

Standard:

git init (DIR)

Bare:

git init --bare (DIR)

Branches

List Branches

git branch

Switch Branch

git checkout BRANCH

Subversion

Update

git svn fetch
info/code/git.1470991254.txt.gz · Last modified: 2016-08-12 08:40 by andunix