-
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 branch
to verify that you are under branch "development". If not, usegit checkout development
to 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
forked from JamesByers/ds-github-playaround
-
Notifications
You must be signed in to change notification settings - Fork 0
abraham09/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
Languages
- Python 100.0%