| 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> |