GIT Setup and Basic Commands
GIT Setup and Basic Commands
3. Download https://git-scm.com/downloads
GIt Commands
Copy and paste content in SSH and GPG keys of your account settings through web
application github.com
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-
a-new-ssh-key-and-adding-it-to-the-ssh-agent
ssh-keygen
ssh -T [email protected]
1. Precondtion
install: git tortoise and git scm bash
Setup : SSH key in Git Repo
2. Cloning the project
git clone [email protected]:santoshnn/Demo.git -- done
cd Demo/
3. Modify existing file , new File and new Folder
3.1 Modify text in README.md
vi README.md -- done
git remote -v
ssh -Tv [email protected]
git rm --cached -r
https://crontab.guru/
https://download.oracle.com/java/17/archive/jdk-17.0.4.1_windows-x64_bin.exe
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-
ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-
ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")