workshop materials for a "how to contribute to open source" workshop for researchers
[«PREVIOUS: Making websites with GitHub Pages] - [Table of Contents] - [NEXT: What makes an open source project good?»]
Imagine you’ve made a mistake, and committed something you didn’t intend to - maybe code that broke everything, or you added a file you didn’t intend to add. You can revert commits - in GitHub Desktop, try right clicking on the commit in the history panel. You’ll have to commit the revert - it doesn’t erase the
Sometimes there are files you don’t want to commit to your repository. Examples might the the .DS_Store
file automatically generated on Mac systems, or autosave backup files that some text generators add.
[«PREVIOUS: Making websites with GitHub Pages] - [Table of Contents] - [NEXT: What makes an open source project good?»]