Guest User

Untitled

a guest
May 27th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. git clone <repository_url>
  2. cd myproject
  3. touch file1.cpp
  4. git add file1.cpp
  5. git commit -m "file 1 creation"
  6.  
  7. git clone <repository_url>
  8. cd myproject
  9. touch file2.cpp
  10. git add file2.cpp
  11. git commit -m "file 2 creation"
  12. git pull
Add Comment
Please, Sign In to add comment