| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Some useful practices and commands used during development.
# Checkout the default branch (master or develop) git checkout master git pull # Delete the local branch git branch -D nomeBranch # Delete remotely git push origin --delete nomeBranch # Recreate it locally git branch -m 'nomeBranch'
# During the first push, specify the branch to remotely track git push --set-upstream origin nomeBranch
Host pi Hostname x.x.x.x User pi IdentityFile ~/.ssh/id_ed25519
dd sometimes bugs out, sudo rm /dev/sdb and reinsert the microsd and let the system recreate the file, then rerun dd
| Back | FazBrowse Home | New Git URL |