KyleBird02 / Ctrl-Alt-Elite-28-TSEC-HACKS-2022

TSEC HACKATHON team number 28

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl-Alt-Elite-28

TSEC HACKATHON team number 28

Creating a local copy

Step 1 : Fork the Repository

Step 2 : Clone the Fork to get a local copy of the Project

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


Submitting changes to the main Repository

Step 1

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

Step 2

Now go to your Forked Repo on your browser
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

Important

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

About

TSEC HACKATHON team number 28


Languages

Language:HTML 95.3%Language:JavaScript 4.5%Language:CSS 0.1%