Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 684 Bytes

Git-Branching.md

File metadata and controls

15 lines (13 loc) · 684 Bytes

Git branching homework:

  • Use the https://github.com/unmeshvrije/hyfclass repository for this homwork.

  • Clone the repository (Research how to clone)

  • Send me your Github user name so that I will give you write access to the repository.

  • You will receive an email notification when I add you as a collaborator.

  • Accept the invitation for collaboration.

  • Make a branch.

  • Name it Github user name-dev

  • Create a file commands.txt in your branch.

  • Add bash commands that you like. Add description for commands.

  • Then git add, commit and push the file in a remote branch.

  • Do not merge the changes to master branch.

  • Do not make any changes to master branch.