text
stringlengths
0
6.49k
pwd
exit
sudo apt-get update
sudo apt-get install git
git -version
git --version
git apt-get git install
git apt_get git install
clear
sudo apt-get install git
sudo apt-get update
git --version
git config --global usr.name "manjunath"
git config --global user.email "manjunathk165.kmr@gmail.com"
mkdir parent
git init
git status
touch test
git add test
git add .
git status
git add -n "test will modify"
git status
git add test
git add .
git status
git commit "test willmodify"
git commit "test will be modify"
git commit "test1 will be commited"
git checkout test1
git rm --cached test
git rm --cached test "test will not committed"
git rm --cached test1..."tets will not be commited"
git rm --cached test1..."test1 will not be commited"
git -h
git commit -n "test will modify"
git commit "test1 will be commited"
git diff
clear
git config --global user.name "manjunath"
git config --global user.email "manjunathk165.kmr@gmail.com"
mkdir parent
mkdir home
mkdir myproject
git init
sudo apt-get install git
sudo apt-get update
git --version
sudo apt-get install git
sudo apt-get update
git --version
git config --global user.name "manjunath"
git config --global user.email "manjunathk165.kmr@gmail.com"
mkdir myproject1
git init
touch test
git add test "new file is added"
git add -n test
git status
git add test
git status
sudo apt-get install git
sudo apt-get update
git --version
git config --global user.name "manjunath"
git config --global user.email "manjunathk165.kmr@gmail.com"
mkdir mydemo
git init
touch test5
git add test5
git status
git add -n "test will be modified"
sudo apt-get install git
sudo apt-get update
git --version
git config --global user.name "manjunath reddy"
git config --global user.email "manjunathk166.kmr@gmail.com"
mkdir myjava
git init
touch hello
git add hello
git status
git commit -n "hello i am fine"
git status
touch hello test4
git add test4
git status
git rm --cached test4 "test4 will be committed"
git rm --cached myjava "java will be modified"gitdiff
git status
git commit test4 "add first file to local repository"
git diff
ls
sudo rm -rf myproject
ls
clear
git clone
ls
git init
touch abc.txt
README.md exists but content is empty.
Downloads last month
31