Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 64c09ea

Browse files
authored
Remove garbage part
I have removed some garbage text.
1 parent d917480 commit 64c09ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_posts/git/2019-12-20-basic-git-commads.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ The followig gif shows the `git commit` command
116116

117117
It is the simple way to write the commit message but there is a more in-depth way to write a commit message with title and description. We will see that in a separate blogpost.
118118

119-
![GIF showing git commit]
120-
121119
## 5. `git status`
122120

123121
`git status` shows the status of the changes as untracked, modified or staged.
@@ -240,4 +238,4 @@ $ git checkout -b <your-new-branch-name>
240238

241239
If you found this article worth, please [Give me a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
242240

243-
If you have queries please let me know in the comment section below.
241+
If you have queries please let me know in the comment section below.

0 commit comments

Comments
 (0)