Difference behavior of git fow Windows from two types of consoles The Next CEO of Stack...
How do I reset passwords on multiple websites easily?
What can we do to stop prior company from asking us questions?
Indicator light circuit
How do we know the LHC results are robust?
Can you replace a racial trait cantrip when leveling up?
Can I run my washing machine drain line into a condensate pump so it drains better?
Would a galaxy be visible from outside, but nearby?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Is there a way to save my career from absolute disaster?
How to avoid supervisors with prejudiced views?
Elegant way to replace substring in a regex with optional groups in Python?
If the heap is initialized for security, then why is the stack uninitialized?
Is micro rebar a better way to reinforce concrete than rebar?
Return the Closest Prime Number
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
WOW air has ceased operation, can I get my tickets refunded?
Why do variable in an inner function return nan when there is the same variable name at the inner function declared after log
Is it professional to write unrelated content in an almost-empty email?
What does convergence in distribution "in the Gromov–Hausdorff" sense mean?
Is 'diverse range' a pleonastic phrase?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How did people program for Consoles with multiple CPUs?
What is "(CFMCC)" on an ILS approach chart?
What benefits would be gained by using human laborers instead of drones in deep sea mining?
Difference behavior of git fow Windows from two types of consoles
The Next CEO of Stack OverflowDo dVCS/git systems also manage incremental file changesgVim as git editor under cygwinVim silent launch of ConEmu (into Git Bash) - Windows 7 Command Prompt seizesHow to delete/remove files from a pushed commit?Can't (re)install Git for Windows after issue with previous installUndo 'git push -f' from machine that doesn't have the cloned historyTransfer git repositories by copyinggit: Cropping the history and changing the author name while keeping tags, notes and referencesGit merge showing file delete when it was modifiedIssue Embedding Git Bash in RoyalTS
I use last git for Windows 2.21.
When i launch C:program filesgitgit-bash.exe and type:
cd /c/test
git init
git flow init (leave all as default)
git flow hotfix start ht1
(change some files)
git commit -a -m 'tttt'
git flow hotfix finish ht1
Git shows vim for me three times for two commits and one tags.
But if I launch C:program filesgitbinbash.exe and do the same, git shows me vim only one time for tags.
Why and how fix it?
git
New contributor
add a comment |
I use last git for Windows 2.21.
When i launch C:program filesgitgit-bash.exe and type:
cd /c/test
git init
git flow init (leave all as default)
git flow hotfix start ht1
(change some files)
git commit -a -m 'tttt'
git flow hotfix finish ht1
Git shows vim for me three times for two commits and one tags.
But if I launch C:program filesgitbinbash.exe and do the same, git shows me vim only one time for tags.
Why and how fix it?
git
New contributor
add a comment |
I use last git for Windows 2.21.
When i launch C:program filesgitgit-bash.exe and type:
cd /c/test
git init
git flow init (leave all as default)
git flow hotfix start ht1
(change some files)
git commit -a -m 'tttt'
git flow hotfix finish ht1
Git shows vim for me three times for two commits and one tags.
But if I launch C:program filesgitbinbash.exe and do the same, git shows me vim only one time for tags.
Why and how fix it?
git
New contributor
I use last git for Windows 2.21.
When i launch C:program filesgitgit-bash.exe and type:
cd /c/test
git init
git flow init (leave all as default)
git flow hotfix start ht1
(change some files)
git commit -a -m 'tttt'
git flow hotfix finish ht1
Git shows vim for me three times for two commits and one tags.
But if I launch C:program filesgitbinbash.exe and do the same, git shows me vim only one time for tags.
Why and how fix it?
git
git
New contributor
New contributor
New contributor
asked 4 mins ago
kost65kost65
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
kost65 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1419283%2fdifference-behavior-of-git-fow-windows-from-two-types-of-consoles%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
kost65 is a new contributor. Be nice, and check out our Code of Conduct.
kost65 is a new contributor. Be nice, and check out our Code of Conduct.
kost65 is a new contributor. Be nice, and check out our Code of Conduct.
kost65 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1419283%2fdifference-behavior-of-git-fow-windows-from-two-types-of-consoles%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown