I have Linux Mint and its terminal besides usual completion (add file
name when type first letter and press tab) also can complete git
parameters. How is doing this? Bash knows git or bash has special
interface to completion and git uses it?
I want in my Linux program apply this mechanism.
First, I develop program which uses mysql in branch master.
Next i change name this branch to before_hbase, and began develop HBase
in branch master. I also develop before_hbase.
Now, instead HBase will be MapR-DB which will before_hbase , not master
succesor.
How do:
- change before_hbase to m
Hi Todd,
On Sat, Jan 13, 2018 at 1:22 AM, Todd Zullinger wrote:
> Hi Andrzej,
>
> Andrzej Ośmiałowski wrote:
>> I have an issue with git and signing commits with GPG subkey.
>>
>> My setup:
>> - master key used for certification only
>> - subkey for my mai
I have an issue with git and signing commits with GPG subkey.
My setup:
- master key used for certification only
- subkey for my main workstation
- subkey for my mobile workstation (a notebook).
Both subkeys are used for signing only.
I've configured git to use my specific subkey however it does
filter-branch --env-filter example that shows how to change the email
address in all commits before publishing a project.
Signed-off-by: Tadeusz Andrzej Kadłubowski
---
Documentation/git-filter-branch.txt | 21 +
1 file changed, 21 insertions(+)
diff --git a/Documentation
There is a rare edge case of git-filter-branch: a filter that unsets
identity variables from the environment. Link to git-commit-tree
clarifies how Git would fall back in this situation.
Signed-off-by: Tadeusz Andrzej Kadłubowski
---
Documentation/git-filter-branch.txt | 6 +++---
1 file
Solaris.
--
Tadeusz Andrzej Kadłubowski
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
filter-branch --env-filter example that shows how to change the email address
in all commits by a certain developer.
---
Documentation/git-filter-branch.txt | 13 +
1 file changed, 13 insertions(+)
diff --git a/Documentation/git-filter-branch.txt
b/Documentation/git-filter-branch.txt
8 matches
Mail list logo