Git Tutorial - WheelsOnRoll/WOR-Recruitment GitHub Wiki

Git Tutorial

Here is how you can send your application to this repository!

Step 1: Fork this repository to your GitHub account! Step 2: Type the following commands in your terminal

git clone https://github.com/user_name/WOR-Recruitment/
cd WOR-Recruitment

Step 3: Create a branch with your name in this format. For example:

git checkout -b salman

P.S. Put your name in place of Salman.

Step 4: Create a folder by your name in the repository. Folder name also has to be your name.

Step 5: Solve the assignments inside your folder only.

Step 6: After solving the assignments, execute the following command in your terminal.

git add .
git commit -m "<your_name> assignment solved"
git push origin master

Step 7: Go to your copy of the forked repository on GitHub and send a Pull Request to the Base Repository!

Step 8: You are all done. You can now wait for your result!

⚠️ **GitHub.com Fallback** ⚠️