Skip to content

Commit

Permalink
chore: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored May 16, 2024
1 parent 90c4ab4 commit 0aa509f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/tips/git-profiles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Separate Git "profiles"

You want to override #[[git]] config (such as commit author email) for only certain repos, such as those under a certain folder. This is useful when dealing with corporate policies, which often block commit pushes that doesn't comfort to certain standards, such as using work email address in the commit email. Those using Bitbucket's [Control Freak](https://marketplace.atlassian.com/apps/1217635/control-freak-commit-checkers-and-jira-hooks-for-bitbucket?tab=overview&hosting=cloud) may be familiar with this error throw in response `git push`:
You want to override #[[git|Git]] config (such as commit author email) for only certain repos, such as those under a certain folder. This is useful when dealing with corporate policies, which often block commit pushes that doesn't comfort to certain standards, such as using work email address in the commit email. Those using Bitbucket's [Control Freak](https://marketplace.atlassian.com/apps/1217635/control-freak-commit-checkers-and-jira-hooks-for-bitbucket?tab=overview&hosting=cloud) may be familiar with this error throw in response `git push`:

```text
remote:
Expand Down Expand Up @@ -35,4 +35,4 @@ programs.git = {
}
```

With this, any commit you make to repos under the `~/mycompany` directory will use that email address as its commit author email.
With this, any commit you make to repos under the `~/mycompany` directory will use that email address as its commit author email.

0 comments on commit 0aa509f

Please sign in to comment.