After git Commit -a -m "message"
git config --global http.postBuffer 157286400
git push or git push -u origin main
After git Commit -a -m "message"
git config --global http.postBuffer 157286400
git push or git push -u origin main
sudo apt-get purge rabbitvcs*sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus
nautilus -q
-After restart you can see ->right click on your svn or git.
git remote -v origin git@github.com:USERNAME/REPOSITORY.git (fetch) origin git@github.com:USERNAME/REPOSITORY.git (push)
git remote set-url command.git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git
git remote -v # Verify new remote URL origin https://github.com/USERNAME/OTHERREPOSITORY.git (fetch) origin https://github.com/USERNAME/OTHERREPOSITORY.git (push)
git remote -v origin git@github.com:USERNAME/REPOSITORY.git (fetch) origin git@github.com:USERNAME/REPOSITORY.git (push)
git remote set-url command.git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git
git remote -v # Verify new remote URL origin https://github.com/USERNAME/OTHERREPOSITORY.git (fetch) origin https://github.com/USERNAME/OTHERREPOSITORY.git (push)