A mentorship program for First and Second year Undergrads at CCOEW
- Fork the Repository
- Clone your Fork (Using Git)
- This has now created a local copy of GuidanceScape on your machine.
- Here is where you will be uploading your code
- Create a Folder of your name
FirstName_LastName
- Upload your project files (Code) as well as your report in your named folder, on your local fork!
- Raise a pull request to AICVS GuidanceScape Repository
-
Fork therepository to your account
-
git clone <url>
-
Change branch. Create a new branch 'project' ->
git branch project
-
Switch to project branch ->
git checkout -b project
-
Create a folder of your name
FirstName_LastName
->mkdir <folder_name>
-
Push all your code files into the folder
-
Push code to your repository
git add .
git commit -m <message>
git push origin project
-
Raise a PR to GuidanceScape Repository, to the
dev
branch to merge your code -
Write a well defined intro on merging, with all your details. (Yours + Mentor's)