sunami09 / WebGroup

0 stars 0 forks source link

financeapp

First thing do flutter pub get

Members

How to do a commit

Create Branch

git checkout -b "username_feature"

Do your stuff

git status

Check the stuff you changed

git add . #to add all changed files
git add filepath #to add specific files

Then put a commit message on the staged changes

git commit -m "Your message maybe things you added/changed"
git push origin "username_feature" #your branch