TSEC HACKATHON team number 28
for this , open cmd and switch to your desired directory
then run the following command
gh repo clone Your-Github-Username/Ctrl-Alt-Elite-28
after the cloning process is complete , run the following to switch to the project directory
cd Ctrl-Alt-Elite-28
After adding new code to the cloned file push it to your forked repo by running the following commands
git add .
git push
git commit -m "write what changes you made in double quotes"
git push
click on "Contribute" then "Open pull request"
Check if it says "able to merge" and click on "Create Pull request"
Write a Proper description of features added/bugs fixed and create the pull request
Make sure to fetch upstream before starting on a feature so that you always have the updated codebase on your local system
after clicking "fetch and merge" on github , go to your cmd and run
git pull
this copies the fetched code changes to your local machine