diff --git a/git_commands.txt b/git_commands.txt index bf28fac..9fca489 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -15,15 +15,22 @@ git restore testing.py clear git status -git remote add origin https://github.com/LondheShubham153/github-for-devops-workshop.git +git remote add origin https://github.com/kishorpatil2107/github-for-devops.git git remote -v git status -git remote set-url origin https://github.com/LondheShubham153/github-for-devops-workshop.git +git remote set-url origin https://github.com/kishorpatil2107/github-for-devops.git clear git remote -v git push origin master clear - +git push -u origin master this is some new changes + +https://github.com/kishorpatil2107/github-for-devops.git + +git pull origin master +This changes is done by me/kishor +git checkout -B dev +git branch diff --git a/stagefile.txt b/stagefile.txt new file mode 100644 index 0000000..0b45017 --- /dev/null +++ b/stagefile.txt @@ -0,0 +1 @@ +this file is in staginh branch. \ No newline at end of file