Skip to content

RoboHubEindhoven/git_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages