How to use git

Get first time from server

  1. Create new folder or use previous folder
  2. Right click → Click “Git Clone”
  3. Set git repository (for example: http://git.korotkin.co.il/p0001_ak_r1p1.git) and click “clone”
  4. Write username
  5. Write password
  6. Click close
  7. Enter to folder
  8. Do your changes

Save your changes and send to server

  1. On working folder right click with mouse and click “Git Commit”
  2. On the first time ever it can ask you to set your email and name - Click “Yes”
  3. set username and email then click ok
  4. Set “Commit message” -this is description what you been done on this commit. select the files that you want to commit. click “Commit”
  5. That Git will do commit. (Remember: commit is only local. will not reflected on server).
  6. click “Push” (Push means - send to server)
  7. click “Ok”
  8. Enter username
  9. Enter password
  10. Click “close”

Get changes from server

  1. On working folder right click with mouse and click “Git Sync”
  2. Click “Pull”
  3. Enter username
  4. Enter password
  5. Click “close”
howto/use_git.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0