Changes

Jump to navigation Jump to search
151 bytes added ,  03:46, 27 March 2015
no edit summary
Line 14: Line 14:  
== Undo last changes ==
 
== Undo last changes ==
 
  git checkout -- .
 
  git checkout -- .
 +
 +
== add remote ==
 +
git remote add <repository_name> <repository_path>
 +
 +
== list remote ==
 +
git remote -v
 +
 +
== remove remote ==
 +
git rm <repository_name>

Navigation menu