Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
sep:internal:personalbackup [2019/01/28 22:32] cabrales |
sep:internal:personalbackup [2019/01/29 03:10] milad |
||
---|---|---|---|
Line 8: | Line 8: | ||
=====Using Git===== | =====Using Git===== | ||
+ | |||
+ | * Git is a useful but quite a complex tool. This instructions do not pretend to be more than 1% exhaustive. Some people claim that, after 5 or more years using git they do not get a full grasp (do not look at me; I have spend a little bit less than two years!) Internet is your friend, so look there for answers when requiring something more complex than what I present in this tutorial (or make an appointment with Bob). | ||
==== 1. Creating a Git repository==== | ==== 1. Creating a Git repository==== | ||
Line 42: | Line 44: | ||
git push | git push | ||
- | + | ||
- | * If you get no error message, congratulations! Your commits went to the remote repository | + | * If you get no error message, congratulations! Your commits went to the remote repository. |