#githubtutorial #git #git commands #htmlfileupload #githubtamil #tamilcode
This video explains about below concepts.
1.How to upload a file to GitHub from git base using git commands?
2.Basic Git Comments
3.How to create repository in git hub?
4.How to delete repository in git hub?
5.How to add a file and remove a file from repository using git commands?
👉This Video Explained in English URL :
• Video
👉Bitbucket Tutorial :
English Explanation : • How to Use Bitbucket - Git Tutorial
Tamil Explanation : • தமிழ் | The easiest way to use Bitbucket |...
👉Other videos related to git
1.How to revert a Git Commit using git commands ?
English : • Video
Tamil : • Tamil | How to revert a Git Commit using g...
2.How To Upload Files To GitHub using Git Commands?
English : • Video
Tamil : • Tamil |How to upload Files to GitHub Using...
3.How to Host a Website On GITHUB Using Browser Without Any Software ?
Tamil : • தமிழ் | How to Host a Website On GITHUB Us...
👉Git Hub URL : https://github.com/user/repo.git
👉Git Commands :
git remote add origin "url"
git push --set-upstram origin master
git --version
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
ls
mkdir "directoryname"
git status
git add "file path"
git add .
git remote add origin "url from git hub repository"
git checkout "branch name"
git rm "file name"
git commit -m'commit message"
git push
git push --set-upstram origin master
git --version
00:00 What is the Topic?
00:12 Create Repository in GitHub.
00:58 Create Directory in local using Git Commands
02:05 Clone Github Project and Commit new file using Git commands
06:55 Delete File using Git Commands
07:49 Set Credential and Check Git version using Git Commands
08:44 Delete Repository in GitHub
09:31 Conclusion and Thanks
MM:SS