diff --git a/content-org/blog.org b/content-org/blog.org index f386fda..1ee74ac 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -6324,7 +6324,7 @@ Next concepts to cover would be branching and merging. *** DONE Git! Branching and Merging :git:branch:merge: :PROPERTIES: :EXPORT_HUGO_LASTMOD: 2019-08-01 -:EXPORT_DATE: 2020-08-01 +:EXPORT_DATE: 2019-08-01 :EXPORT_FILE_NAME: git-branching-and-merging :CUSTOM_ID: git-branching-and-merging :END: diff --git a/content/posts/git-branching-and-merging.md b/content/posts/git-branching-and-merging.md index 0e2ec0f..8b447d3 100644 --- a/content/posts/git-branching-and-merging.md +++ b/content/posts/git-branching-and-merging.md @@ -1,7 +1,7 @@ +++ title = "Git! Branching and Merging" author = ["Elia el Lazkani"] -date = 2020-08-01 +date = 2019-08-01 lastmod = 2019-08-01 tags = ["git", "branch", "merge"] categories = ["revision-control"]