Changes

Linux Commandline Stuff

202 bytes added, 15:22, 4 October 2012
add remote git repository
517 git push
</code>
 
*create empty local repository
<code>
cd my_project
git init
git add *
git commit -m "My initial commit message"
git remote add origin git@example.com:my_project.git
git push -u origin master
</code>
670 git push
</code>
 
= remove page numbers in place with perl =