It's time to become valubale as worker (Work+) To expand my skills i finally decided to learn how to work with GitHub at VS Code
some stuff writing on remote repository (to check [push]--[pull])
- Download Git
- Learn basic comands (push, pull, commit, clone)
- Upload the main project
to remote git repository
- git remote add origin https://github.com/17felix/testBash.git
- git push -u origin master
- why while i still have uncommited changes i can't push them?
- i can't pull from remote repository while i have uncommited changes on local