HackYourFuture / HTML-CSS

70 stars 202 forks source link

Week-2 Homework | Git Branching Homework #66

Closed ekmkal closed 3 years ago

ekmkal commented 4 years ago

Git branching homework: • Ask your teacher to create a repository on her/his Github account https://github.com//hyfclass.git for this homework. • Send the teacher your Github user name so that (s)he will give you write access to the repository. • You will receive an email notification when (s)he adds you as a collaborator. • Accept the invitation for collaboration. • Clone the repository (Google how to clone a repository). ### [this step can be removed from second step to here for going step by step.] • ### Create a new branch on repo and switch to that branch, do not make changes or merge to master branch. ### [this step can be added for protecting master branch.] • Create a file YOUR_NAME-commands.txt ### inside week2 folder in your local repo. ### [just a reminder] • Add bash commands that you like. Add description for commands. • Then git add, commit and push the file. • Add more files if you want to and practice with git log and git pull. • You should observe that you can see changes from your fellow students. • Do not merge the changes to master branch. • Do not make any changes to master branch.