Changes between Version 3 and Version 4 of notes/git


Ignore:
Timestamp:
2015-09-19T06:54:13Z (9 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/git

    v3 v4  
    1616git add .
    1717git commit -a -m "inital release"
    18 git remote add origin git@server.name.tld:repo/git/project.git
     18git remote add origin server.name.tld:repo/git/project.git
    1919git push origin master
    2020}}}