Changes between Version 2 and Version 3 of notes/git


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

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/git

    v2 v3  
    1616git add .
    1717git commit -a -m "inital release"
    18 git remote add ... дописать :)
     18git remote add origin [email protected]:repo/git/project.git
     19git push origin master
    1920}}}
    2021== синхронизация всех веток в bare репозиториях