https://github.com/fossmec/lets-git-it
https://github.com/fossmec/lets-git-it
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fossmec/lets-git-it
- Owner: FossMec
- Created: 2023-10-10T10:17:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T12:49:16.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:09:58.758Z (over 1 year ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 59
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lets-Git-It
## Task
Contribute to this repository by following these steps:
- Fork this repository to make a copy of this in your own account.
- Use the command `git clone URL` to clone the repo to your personal computer. The URL should be of the forked repository.
- Change directory using `cd Lets-Git-It`
- Now add the upstream URL using `git remote add upstream URL`. This URL is of the main repository, i.e, FossMec repository.
- Change to your Group directory `cd GroupNo.`
- Create a file, `touch name.txt` under your respective Group folder and add your code to that file.
- Make a branch using the command `git branch branchName`.
- Checkout to that branch using `git checkout branchName`.
- Now stage and commit the files using `git add .`; `git commit -m "message"`.
- Push these changes to your forked repo using `git push origin branchName`.
- In your forked repo, click on a green button called "Compare & pull request".
- Now sit back and wait patiently for me to merge your pull request!
- As soon as all your group members add their codes, edit the README.md file in your group folder to add the code word.
- Make a pull request again and you WIN!