Mittwoch, 21. Mai 2014

Nice remote pair programming tool:

https://c9.io

This tool gives the possibility to remote pair programming. For now, those, who have a GitHub account, can login with that but for checking in and out in terminal, use following git commands:

- Checking out from GitHub is simple: Just in the first page of c9.io the whole projects in GitHub are shown. Just select and ready.

- If you create a new file, for adding this file in GitHub:
  for example you have created css/style.css for adding this in GitHub:
  • git add css/style2.css
- For commiting:
  • git commit -am 'some descrition'
  • git push origin master
- For seeing status of project:
  • git status
  • git log

Keine Kommentare:

Kommentar veröffentlichen