git init git config user.name my-name git config user.email my-email git add file.txt or git add . git commit -m 'message' git branch b1 git checkout b1 git merge master [ you should be in the branch b1] git add . git clone http.....git
git remote add origin https://github.com/jntuv/git.git git branch -M main git push -u origin main $ git remote set-url origin git@github.com:ppreyer/first_app.git //to change remote repo
A simple sound recording app implementing Material Design.
Screenshots:
Credits / Libraries used:
https://github.com/makovkastar/FloatingActionButton