Skip to content

abraham09/ds-github-playaround

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ds-github-playaround

Steps

  1. Fork the repository

  2. Go to the repository you forked. Clone it to your local computer

  3. Create a branch named "development" using git checkout -b development

  4. Use git branch to verify that you are under branch "development". If not, use git checkout development to switch to that branh

  5. Add your last name to students_list in students.py

  6. Add your changes using 'git add *'

  7. Commit your changes

  8. Push to repository using git push origin development

  9. Go to your own remote repository and verify that branch "development" exists and your name is there

  10. Switch to master using git checkout master

  11. Merge your change to master using git merge development

  12. Push to origin/master (git push origin master)

  13. Go to here. Click on "Pull requests" tab and click "New pull request"

  14. Click "compare across forks". Make sure head fork is the one you own

  15. Then the people with write permissions of the repository above would review your changes and merge your change to his/her repository

About

A repo for us to play around

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%