I just started working with a group and we have a private repo set up, and I am having a hell of a time finding any good sources for working with it. Im not to great with git so I have some simple questions.
commands like
git add
git commit
do they run inside of the directory/folders that the repo is in.
git status
git pull
git push
do I have to specify the git repo like https://github.com/mager1794/mygitrepo.git
I used to use tortoiseSVN so I used GUI based subversion for a while, but I heard its considered a good career skill to get good using git bash.