Welcome🙏🏼 to the Website repo of devXsphere.
- Fork this repo if successful, will be redirected to your github account
- Open Terminal to clone from your github repo
https://github.com/DevXsphere/Website-devxsphere.git
- then you need to go inside the directory
cd Website-devxsphere
- You need to set upstream url, run this command to do so:
git remote add upstream https://github.com/DevXsphere/Website-devxsphere.git
# as best practice before creating a new branch
git pull upstream main --rebase
- Run these commands to add a different branch:
You can have anything as <branch_name> , but by convention it should indicate what you are working on
example : <branch_name> can be add-folder, when you are adding your folder.
# next is to create a branch
git branch <branch_name>
git checkout <branch_name>
For learning more about upstream or origin and github, Watch Kunal Kushwaha's or freecodecamp course on github.
- Make a directory with an appropriate name
mkdir <Dir_name>
git add .
git commit -m <Commit Message>
git push origin <branch_name> # this will push your changes to your github repo
- Go to your github forked repo, You will see an option to "Compare and Pull request".
- Click on that and Then You will see an option to "Create pull request". Click on that.
- That's it you have made your pull request.🥳
- After your request is accepted, You will see the folder of the directory name on the repository.
- We are waiting for your pull request.
- You can always have discussions regarding posting tweets on the Discord Channel
Thanks to all the wonderful contributors who have helped make this repository better! 🙌