Skip to content

Commit 6af2140

Browse files
committed
updated: post tags and labels
1 parent 5970f41 commit 6af2140

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_posts/2023-02-07-configure-git-first-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configuring Git for the first time
33
author: alkaison
44
date: 2023-02-07 16:00:00 +0530
55
categories: [Blogging, Git & GitHub]
6-
tags: [git, github, git bash, version control]
6+
tags: [git, github, ssh key, username]
77
---
88

99
### Installing Git Setup

_posts/2023-02-08-basic-git-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Basic Git Commands
33
author: alkaison
44
date: 2023-02-08 16:00:00 +0530
55
categories: [Blogging, Git & GitHub]
6-
tags: [git, github, git terminal, version control]
6+
tags: [git, github, git terminal, version control, git commit, git push, git stage files, git status, git log ]
77
---
88

99
### Git Init

_posts/2023-02-10-git-branching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Git Branch & Merge PR's
33
author: alkaison
44
date: 2023-02-10 16:00:00 +0530
55
categories: [Blogging, Git & GitHub]
6-
tags: [git, github, git branch, git terminal, version control]
6+
tags: [git, github, git branch, git terminal, version control, git merge, merge branches, PRs]
77
---
88

99
- In Git, a branch is a new/separate version of the main repository.

0 commit comments

Comments
 (0)