fix(): Fixes the year on the git branching and merging post
Noticed it is out of place in the tag list, it should be one of the basics.
This commit is contained in:
parent
cb7751198e
commit
4b3abf1bbf
2 changed files with 2 additions and 2 deletions
|
@ -6324,7 +6324,7 @@ Next concepts to cover would be branching and merging.
|
||||||
*** DONE Git! Branching and Merging :git:branch:merge:
|
*** DONE Git! Branching and Merging :git:branch:merge:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_HUGO_LASTMOD: 2019-08-01
|
:EXPORT_HUGO_LASTMOD: 2019-08-01
|
||||||
:EXPORT_DATE: 2020-08-01
|
:EXPORT_DATE: 2019-08-01
|
||||||
:EXPORT_FILE_NAME: git-branching-and-merging
|
:EXPORT_FILE_NAME: git-branching-and-merging
|
||||||
:CUSTOM_ID: git-branching-and-merging
|
:CUSTOM_ID: git-branching-and-merging
|
||||||
:END:
|
:END:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = "Git! Branching and Merging"
|
title = "Git! Branching and Merging"
|
||||||
author = ["Elia el Lazkani"]
|
author = ["Elia el Lazkani"]
|
||||||
date = 2020-08-01
|
date = 2019-08-01
|
||||||
lastmod = 2019-08-01
|
lastmod = 2019-08-01
|
||||||
tags = ["git", "branch", "merge"]
|
tags = ["git", "branch", "merge"]
|
||||||
categories = ["revision-control"]
|
categories = ["revision-control"]
|
||||||
|
|
Loading…
Reference in a new issue