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

Sharing references #4

Open
handeyeco opened this issue Aug 7, 2019 · 2 comments
Open

Sharing references #4

handeyeco opened this issue Aug 7, 2019 · 2 comments

Comments

@handeyeco
Copy link
Collaborator

A place to store references as we learn about CV.

ml5 is one!

@handeyeco
Copy link
Collaborator Author

handeyeco commented Aug 7, 2019

Here's an example git flow: https://github.com/codementorship/austin-tech-list

An example:

  • Pull the most recent master branch: git pull origin master
  • Create a new branch: git checkout -b some-feature-name
  • Make changes to the code
  • Add the changes: git add [FILE_NAME]
  • Commit the change: git commit -m "Some message about the commit"
  • Push the changes: git push origin some-feature-name
  • Create a PR to pull into master

@handeyeco
Copy link
Collaborator Author

Haven't read these yet, but look like a good start:

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