diff --git a/README.md b/README.md index 14eb222..fdf2c7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# this is for rakshith branch only # Welcome to git practice! This repo is a safe place to practice the basics of git. Try out a rebase without risking any important code! Learn how to sync from an upstream repo! Practice resolving merge conflicts! This guide assumes you have a comfortable knowledge of unix shell commands. If you want a refresher, [try here](https://github.com/you-dont-need/You-Dont-Need-GUI). This guide also assumes you have an existing github account and have [added your ssh key to it](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/). diff --git a/crawl.txt b/crawl.txt index 9e5a62c..c6bf797 100644 --- a/crawl.txt +++ b/crawl.txt @@ -1 +1,2 @@ -STAR WARS +i like batman +STAR WArS diff --git a/forMainBranch.txt b/forMainBranch.txt new file mode 100644 index 0000000..970b8f5 --- /dev/null +++ b/forMainBranch.txt @@ -0,0 +1 @@ +this file is for my main branch diff --git a/forSide.txt b/forSide.txt new file mode 100644 index 0000000..3172e25 --- /dev/null +++ b/forSide.txt @@ -0,0 +1,2 @@ +this file is just for my side branch +but now this will go to my master branch diff --git a/myBranch.txt b/myBranch.txt new file mode 100644 index 0000000..0307eae --- /dev/null +++ b/myBranch.txt @@ -0,0 +1 @@ +hi this is for my side branch