Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taruncse authored Jan 27, 2018
1 parent 486eda0 commit 6c8639c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GitExperiment
Just for git practise
create a new repository on the command line
*

```
echo "# GitExperiment" >> README.md
git init
Expand All @@ -17,9 +17,11 @@ git push -u origin master
git remote add origin https://github.com/taruncse/GitExperiment.git
git push -u origin master
```
* Incase of Android studio command line if you writ only ```git commit``` and you want to exit from editor, then you have to follow the following steps,
* Incase of Android studio command line if you writ only ```git commit``` and you want to exit from editor,
then you have to follow the following steps,

press "esc"(switch edit from insert mode) then ":" (Command mode) then "q" (quit command) then enter (as it is a VIM Editor)
press "esc"(switch edit from insert mode) then ":" (Command mode) then "q" (quit command) then enter
(as it is a VIM Editor)

* Create the branch on your local machine and switch in this branch :

Expand Down

0 comments on commit 6c8639c

Please sign in to comment.