Re: [git-users] Re: Command to display current branch tracking information ?

2021-12-01 Thread Uwe Brauer
>>> "PO" == Philip Oakley writes: > git rev-parse --abbrev-ref --symbolic-full-name @{u} > Had to look it up yesterday. Then you need Sorry but what is {u} supposed to be? The url of the remote server? I tried out git rev-parse --abbrev-ref --symbolic-full-name

[git-users] Re: GITK: Useability issue, can't scroll through file list with arrow key ?

2021-12-01 Thread skybuck2000
Hmm: https://support.google.com/a/users/answer/9664435?hl=en Seems this can only be done by group admin or something... I see the label icon at top right corner but it's says I don't have permission when I however over it... hmmm... " Apply or remove labels *Requires the Who can view

[git-users] Re: GITK: Useability issue, can't scroll through file list with arrow key ?

2021-12-01 Thread skybuck2000
How can I add a label to my postings ? I see labels on google groups. Is this done by somebody else or can I do it myself ? Bye, Skybuck. On Thursday, December 2, 2021 at 6:55:38 AM UTC+1 skybuck2000 wrote: > I see two issues right now: > > 1. git gui does not have a link to gitk ? > > 2. I

[git-users] GITK: Useability issue, can't scroll through fie list ?

2021-12-01 Thread skybuck2000
I see two issues right now: 1. git gui does not have a link to gitk ? 2. I don't like clicking a lot with my mouse, hurts my finger, costs energy, and this mouse clicks badly, have to push it pretty hard, problem right now/useability issue with gitk: 2.1 clicking on right bottom view where it

[git-users] Re: Command to display current branch tracking information ?

2021-12-01 Thread skybuck2000
Thanks ! Your command: git rev-parse --abbrev-ref --symbolic-full-name @{u} Works by replacing with the current branch name or any local branch name. (Does not seem to work with any remote branch name) So far this limitation seems ok for now though if it could find any remote branch name

[git-users] Re: GIT failed to checkout the linux kernel on a 6 GB system

2021-12-01 Thread skybuck2000
It would be nice if GIT would respect the following limits: new@new-PC MINGW64 / $ ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited open files (-n) 256 pipe size

[git-users] GIT failed to checkout the linux kernel on a 6 GB system

2021-12-01 Thread skybuck2000
Hello, I would like to report that GIT failed to checkout the linux kernel on a 6 GB system. For now I believe it ran out of memory. I only tried once. PAGEFILE.SYS on this system was disabled. Apperently GIT relies on PAGEFILE.SYS to cover any out of memory situations. This kinda sucks. My

[git-users] Command to display current branch tracking information ?

2021-12-01 Thread skybuck2000
It would be usefull if there was a command to see the tracking information for the current branch, if any. Right now I am trying to figure out if any tracking is set for the local branch to some kind of remote branch. There does not seem to be a command for it ? I know there are other

[Mystery solved, I owe you an apology] (was: [git-users] how to remove two commits from a remote server)

2021-12-01 Thread Uwe Brauer
>>> "KK" == Konstantin Khomoutov writes: > On Mon, Nov 29, 2021 at 05:44:51PM +0100, Uwe Brauer wrote: > [...] >> Ok, right, I see now that I left out that important part of information. >> It should have been >> >> 1. I created the copyright (and copy branch one of them was silly anyway) and