issues
search
hannesdatta
/
course-dprep
This repository hosts the course website of Tilburg University's open education class on "Data Preparation and Workflow Management" (dPrep) - start managing your empirical research projects efficiently!
https://dprep.hannesdatta.com
58
stars
118
forks
source link
add classnotes to site
#165
Open
hannesdatta
opened
8 months ago
hannesdatta
commented
8 months ago
Git workflow
pick an issue
create a branch git branch new-readme
change to the branch git checkout new-readme
see which files were changed git status
add files to staging area git add . (WARNING!) git add FILENAME.EXTENSION git add -u
finalize commit git commit -m "MESSAGE"
push branch to GitHub git push origin new-readme git push
Git workflow