-
Fork the repository
-
Go to the repository you forked. Clone it to your local computer
-
Create a branch named "development" using
git checkout -b development -
Use
git branchto verify that you are under branch "development". If not, usegit checkout developmentto switch to that branh -
Add your last name to students_list in students.py
-
Add your changes using 'git add *'
-
Commit your changes
-
Push to repository using
git push origin development -
Go to your own remote repository and verify that branch "development" exists and your name is there
-
Switch to master using
git checkout master -
Merge your change to master using
git merge development -
Push to origin/master (
git push origin master) -
Go to here. Click on "Pull requests" tab and click "New pull request"
-
Click "compare across forks". Make sure head fork is the one you own
-
Then the people with write permissions of the repository above would review your changes and merge your change to his/her repository
-
Notifications
You must be signed in to change notification settings - Fork 7
JamesByers/ds-github-playaround
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A repo for us to play around
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published