Basic task exercise for git operations
In this task 3 members are participating, Maintainer, Contributor1, Contributor2
———
-
Fork this repository and start contributing.
-
Establish remote connection to this repo, Name this remote repo as ‘upstream’.
-
Create files Contributor A: Create new text file named ‘git-commands’ that contain 10 git commands Contributor B: Create new text file ‘linux-commands’ that contain 10 linux commands.
-
Add a commit your file
-
Push your new file
-
Go to GitHub and create Pull Request for your contributions.
——— Ask maintainer to merge PR’s, after PR merged.
- Pull changes from the ‘upstream’ repository
- Add 5 more commands to your files
- Push changes and create PR
———
- Pull changes from the ‘upstream’ repository
- Edit the file named ‘tasks.txt’ with your name and task status ex. Task 1 - Contributor A - Done
- Commit and push to ‘upstream’.
- Request Maintainer to accept your PR
- Synchronize new changes to your local repos
———
- On local create a new branch -
featue-update-gitorfeature-update-linuxbased on what your initially created command file is. - Edit your respective command .txt files with 5 more commands.
- Add commit and push
- Push changes to GitHub and Open a Pull Request from your branch against master
- Request Maintainer to merge your PR.
———
- Back on local branch, switch to master and pull changes from origin.
- Delete your local as well as remote branches. (‘Feature-update branches).