Differences

This shows you the differences between two versions of the page.

Link to this comparison view

services:gitlab_faqs [2015/11/17 08:40]
brunato created
services:gitlab_faqs [2015/11/17 09:06] (current)
brunato
Line 69: Line 69:
  
 Summarizing,​ what Dropbox does automatically (possibly generating conflicts), with Git all these actions Summarizing,​ what Dropbox does automatically (possibly generating conflicts), with Git all these actions
-must be done explicitly by the user, with the commands:  +must be done explicitly by the user, with the commands: 
-git pull # a pull is what you would do to bring your local repository up-to-date. + 
-git commit #a "​commit"​ is a snapshot of our repository. This way if you ever need to look back at the changes you've made, you will see a nice timeline of all changes. +  ​git pull # a pull is what you would do to bring your local repository up-to-date. 
-git push # this command allows you to share the cool changes you made to the git repository+  git commit # a "​commit"​ is a snapshot of our repository. This way if you ever need to look back at the changes you've made, you will see a nice timeline of all changes. 
 +  git push # this command allows you to share the cool changes you made to the git repository 
 For more detail see the basic command section. For more detail see the basic command section.