Guest User

Untitled

a guest
Nov 24th, 2017
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Clone platform.
  2.  
  3. `git clone git@github.com:diffblue/platform.git`
  4.  
  5. Make a new branch.
  6.  
  7. `git branch fix-copyright-notice`
  8.  
  9. Change to new branch.
  10.  
  11. `git checkout fix-copyright-notice`
  12.  
  13. Navigate to folder containing proxy guide.
  14.  
  15. `cd docs/user/manual`
  16.  
  17. Open up the files in a text editor.
  18.  
  19. `atom .` if using atom.
  20.  
  21. Save changes.
  22. cmd-s
  23.  
  24. Add the changes to git history.
  25. `git add proxy-guide.md`
  26.  
  27. Commit the changes to git. And write message. Vim might open here to write press i when finished escape. And :wq to save.
  28. `git commit`
  29.  
  30. Push the branch.
  31. `git push`
  32.  
  33. Read the error message. Run the command suggested.
  34.  
  35. Go to github open PR.
  36. Assign reviewers.
Add Comment
Please, Sign In to add comment