Skip to content

Commit

Permalink
Format whitespace
Browse files Browse the repository at this point in the history
# 50-character subject line
#
# 72-character wrapped longer description. This should answer:
#
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
# Include a link to the ticket, if any.
#
# Add co-authors if you worked on this code with others:
#
# Co-authored-by: Full Name <email@example.com>
# Co-authored-by: Full Name <email@example.com>
  • Loading branch information
prestoncabe committed Jul 5, 2022
1 parent 7ab407b commit bf123b1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gitconfig.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
[push]
followTags = true
[http]
cookiefile = /Users/pcabe/.gitcookies
cookiefile = /Users/pcabe/.gitcookies
[gitflow "feature.finish"]
keep = true
push = true
keep = true
push = true
[gitflow "feature.delete"]
remote = true
remote = true
# [gitflow "init"]
# defaults = true
[gitflow "hotfix.finish"]
keep = true
push = true
keep = true
push = true
[gitflow "hotfix.delete"]
remote = true
remote = true
[gitflow "release.finish"]
keep = true
push = true
keep = true
push = true
[gitflow "release.delete"]
remote = true
remote = true

0 comments on commit bf123b1

Please sign in to comment.