Uploaded by Jeremy Galvan

Git Commands: Init, Remote, Fetch, Checkout

advertisement
git init
git remote add origin https://github.com/Vitosh/VBA_personal.git
git fetch origin develop
git checkout develop
Download