If you are working on a project, whether small or large-scale, you need to track every change made within your team space. You can use any software...
For further actions, you may consider blocking this person and/or reporting abuse
git init
andgit clone
and ...git config
are advanced?! Well, what's the beginner level then?git help
Will be coming with those commands also..i mentioned them as per the usage perspective
dev.to/aashiya123/git-commands-che...
Helpful post, would be better with proper formating. Thanks
Sure..will take care next time..
About the last command: which tar and which version it requires for it to have -
-exclude-vcs
, and why not simply use thegit archive
command?for using -exclude-vcs, tar 1.34: 6.4.
also, if you want to tar a folder without having the .git files then we use the "--exclude-vcs" instead of git archive. archive will help in archiving the git tracked files. If you want the archive to include the files tracked by git, but not the git repository itself or any generated or otherwise untracked file, then use git archive.
Hope it helps
Ah, so the choice between using tar and using git-archive is whether we want to include untracked files, like generated files, in the archive.
right..
There are always so many GIT commands to remember 😂
Thank you
Thanx
Nice
Nice article
I wanted to know what happens if I delete the local git repository...
Please change the title to git basics 🙏
Well Thanks Alot You Nailed It 👍🏻