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
svn status = git status
svn commit -m “commit message” = git commit -a -m “commit message” (this commits to your local repo only)
to actually put your commits to the original github repo use: git push
Note: this workflow ignores many potentially good features of git, but it should be easy to grasp and keep on working as with svn