tips:git

This is an old revision of the document!


GIT

NAME=project.git
mkdir $NAME
cd $NAME
git init --bare
mv hooks/post-update* hooks/post-update
chmod +x hooks/post-update
git update-server-info

reference

create locally

git branch [name_of_your_new_branch]
git checkout [name_of_your_new_branch]

create remotly

git push origin [name_of_your_new_branch]
  • tips/git.1468818837.txt.gz
  • Last modified: 2016/07/18 07:13
  • by scipio