Add, Push, Pull, Clone
The basic stuff that I use every day.
Git add
git add .Git pull
git pullGit commit
git commitGit clone
git clone https://your.repo.address NewFolderNameLast updated
The basic stuff that I use every day.
git add .git pullgit commitgit clone https://your.repo.address NewFolderNameLast updated