| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned below!
Happy Submissions 🙂
# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/Beginner-Python-Submissions.git
# navigate to the project's directory and install all the relevant dev-dependencies
$ cd Beginner-CPP-Submissions
# include all the latest changes from the remote repository
$ git remote add upstream https://github.com/Girl-Code-It/Beginner-Python-Submissions.git
$ git fetch upstream
$ git merge upstream/master# add your changes
$ git add .
# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"
# push your changes
$ git push -u origin master #for first time push
$ git push #from second push onwardsThink you're ready ❔ Make the PR 🍹
| Back | FazBrowse Home | New Git URL |