Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 559 Bytes

Git workshop RoboHub Eindhoven

To install this workshop run:

git clone https://github.com/RoboHubEindhoven/git_workshop.git

To make your own branch on this repo run:

git checkout -b workshop/your_name_your_feature_or_fix

Change any file and commit the changes:

(change a file)
git add that_file
git commit -m "fix: the message you want"
git push # pushes your branch to github online.

Now make a pull request to merge your changes into the master branch.

For explanations view the git workflow documentation