versionControl/handOut.rst
changeset 54 bed3fe467e21
parent 38 ce7634ee7986
child 60 8a36825e21c5
equal deleted inserted replaced
53:76facb1dc81b 54:bed3fe467e21
     1 
     1 is	
     2 =================
     2 =================
     3  Version Control
     3  Version Control
     4 =================
     4 =================
     5 
     5 
     6 Introduction
     6 Introduction
   686 
   686 
   687 Now let's say you make some changes. You edit a file and you want to commit your change. You can do this with: ::
   687 Now let's say you make some changes. You edit a file and you want to commit your change. You can do this with: ::
   688 
   688 
   689     $ hg commit
   689     $ hg commit
   690 
   690 
   691 An editor will pop-up asking you to write a message describing your change. This is required. When you're done for the day, and you have required changesets sitting in your repository. Before pushing to upstream make sure to pull and update and merge branches if required, once everything looks okay and you have single track, push the changes, ::
   691 An editor will pop-up asking you to write a message describing your change. When you're done for the day, and you have required changesets sitting in your repository. Before pushing to upstream make sure to pull and update and merge branches if required, once everything looks okay and you have single track, push the changes, ::
   692 
   692 
   693     $ hg push
   693     $ hg push
   694 
   694 
   695 Suggested Reading:
   695 Suggested Reading:
   696 ==================
   696 ==================