You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git init followed by an initial commit after rails new
git add and git commit after adding posts
git add and git commit after adding authentication
git add and git commit after adding comments
This will introduce a very basic git workflow in preparation for deploying to Heroku while also familiarising participants with the very basics of best practice.
The text was updated successfully, but these errors were encountered:
Thoughts on adding basic Git usage to the guide?
git global config
before git usagegit init
followed by an initial commit afterrails new
git add
andgit commit
after adding postsgit add
andgit commit
after adding authenticationgit add
andgit commit
after adding commentsThis will introduce a very basic git workflow in preparation for deploying to Heroku while also familiarising participants with the very basics of best practice.
The text was updated successfully, but these errors were encountered: