Skip to content

karatemuffin/gitexercise1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

gitexercise1

An exercise for clone, commit and pullrequest.

Steps to perform

  • clone the repository locally
  • create a new branch
  • fix all errors and add missing operators
  • create a diff and safe it as "changes.diff"
  • commit the changes locally
  • create pull request locally and upload it in moodle as "pull.request"

Commands needed

git clone
git checkout -b
git diff
git add
git commit
git request-pull

Compile and test:

gcc calculator.c
./a.out 

About

An exercise for clone, commit and pullrequest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages