Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add classnotes to site #165

Open
hannesdatta opened this issue Feb 22, 2024 · 0 comments
Open

add classnotes to site #165

hannesdatta opened this issue Feb 22, 2024 · 0 comments

Comments

@hannesdatta
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant