5,710
edits
Changes
→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 =