8000 GitHub - gueldenstone/git-workshop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gueldenstone/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics Repository for xhain git-workshop

Some hints for the collaboration task

  1. You can fork the repository by pressing the small 'fork' symbol on the upper right corner.
  2. Clone your forked repository by copying the url with the 'ssh://...' format and using git clone ssh://... on your local machine.
  3. Create a branch with git checkout -b <my_branch_name>
  4. Remember:
  • git add .
  • git commit -m '<my_commit_message>'
  • git push --set-upstream origin <my_branch_name>
  1. You can open a pull request with the url that is shown in the terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0