Re: [git-users] Re: how is name-rev determined

2023-03-06 Thread Uwe Brauer
>>> "PO" == Philip Oakley writes: Hi Philip, > Hi Uwe, > (supplemental to Felipe's reply) I hope this message goes to the mailing list, I answered Felipe's mail and again the message to the mailing list was rejected. That happened to Tassilo some time ago. Sigh. > Underlying the 'branch

[git-users] Re: how is name-rev determined

2023-03-06 Thread Philip Oakley
Hi Uwe, (supplemental to Felipe's reply) Underlying the 'branch name' "problem" is the same conceptual shift that Git adopts for the separation of file names from the (blob) content. By separating the metadata from the item, Git allows itself to pivot from being human centric (with all our

[git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-17 Thread Philip Oakley
Just to get some of my ideas 'down on paper', here are some notes I made of the concept. The Partial, or Muddy Merge (tm) This presumes we have a conflicted merge so this is interactive merge strategy. We initialise the muddy-merge by creating a multi parent merge commit MM-0. This

Re: [git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-16 Thread Erika Bailey
Unsubscribe Sent from my iPhone > On May 16, 2022, at 7:20 AM, Philip Oakley wrote: > >  > One of the big unstated aspects is the distinction between --automatic and > --interactive expectations. The main Git project has the assumption of > --automatic merges without any need for user

[git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-16 Thread Philip Oakley
One of the big unstated aspects is the distinction between --automatic and --interactive expectations. The main Git project has the assumption of --automatic merges without any need for user intervention. That's on the assumption of a 'clean' workflow with proper separation of concerns, small

[git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-15 Thread Johannes Lippmann
Very interesting, thank you. Especially that this discussion has been so recent indeed. So after reading through that thread I had a look at git-merge-octopus.sh itself. I understand that it is a design decision to

[git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-13 Thread Philip Oakley
There's a recent discussion thread about octopus merges on the main Git List that may be of interest https://lore.kernel.org/git/caoltt8s8rh+vycuaqbentmphirqw7hroplfpkxfntjq6bng...@mail.gmail.com/t/#u On Friday, May 13, 2022 at 12:09:35 PM UTC+1 johannes.lipp...@gmail.com wrote: > (Of course

[git-users] Re: How to resolve merge conflicts on octopus merges

2022-05-13 Thread Johannes Lippmann
(Of course I forgot to attach the attachment) On Friday, 13 May 2022 at 13:08:34 UTC+2 Johannes Lippmann wrote: > Hello, > > I would like to merge multiple branches in one commit and resolve the > merge conflicts by hand. > I was suprised to learn that this doesn't seem to be possible with git

[git-users] Re: How to know the push time

2022-04-27 Thread 许涛
I am very satisfied with your reply, thank you very much 在2022年4月26日星期二 UTC+8 18:14:41 写道: > On Tuesday, April 26, 2022 at 3:37:29 AM UTC+1 guangy...@gmail.com wrote: > >> I'm a programmer from China, and I have a question when I use git, that I >> can't get the push time of the code. git seems

[git-users] Re: How to know the push time

2022-04-26 Thread Philip Oakley
On Tuesday, April 26, 2022 at 3:37:29 AM UTC+1 guangy...@gmail.com wrote: > I'm a programmer from China, and I have a question when I use git, that I > can't get the push time of the code. git seems to only log commit times. Internally (locally), git does log all the changes to references

Re: [git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-21 Thread Philip Oakley
Hi Git Noob, Supplemental to Konstantin's info, there is further details of the various protocols in the https://github.com/git/git/tree/master/Documentation/technical directory to complement the man pages. Hope that helps On Monday, February 21, 2022 at 10:46:45 AM UTC Konstantin Khomoutov

Re: [git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-21 Thread Konstantin Khomoutov
On Sat, Feb 19, 2022 at 11:42:33AM -0800, git noob wrote: > > https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols > > https://git-scm.com/book/en/v2/Git-Internals-Transfer-Protocols > > > > Is there a way to use plumbing commands (internal transfer protocols?) to > > implement your

[git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-19 Thread git noob
I did find this link about remote helpers and 'git fetch'. Is this what I should be investigating?: https://stackoverflow.com/questions/17876132/can-i-create-a-custom-protocol-for-git On Saturday, 19 February 2022 at 14:31:42 UTC-5 git noob wrote: > Hi, > >

[git-users] Re: How to change git clone --mirror into git clone ?

2022-01-26 Thread skybuck2000
Anyway for now I will practice worktree on a clone mirror but then later I might try this tutorial to modify my existing local repo, a copy of it ofcourse ! ;) :) https://riptutorial.com/git/example/27069/moving-a-worktree Currently (as of version 2.11.0) there is no built-in functionality to

[git-users] Re: How to change git clone --mirror into git clone ?

2022-01-26 Thread skybuck2000
I notice another problem with this technique... git branch -vv All tracking information is lost ? any way to get it back ? Weird stuff. I guess that information was stored in my original local repo... Might be better to adjust local repo for multiple worktrees. also git remote -v Some

[git-users] Re: How to change git clone --mirror into git clone ?

2022-01-26 Thread skybuck2000
I don't understand this comment though: *NOTE 2:* there is also difference in packed-refs . As it records the same information as refs/heads/, refs/tags/, and friends record in a more efficient way. This was a good link:

[git-users] Re: How to change git clone --mirror into git clone ?

2022-01-26 Thread skybuck2000
I think setting these might have helped: $ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* and this: $ git config remote.origin.mirror false I also read something about packed refs or something but didn't change that. I just tried another command: git fetch --all The remote

[git-users] Re: how to remove two commits from a remote server

2021-12-29 Thread skybuck2000
> > commit 89346f81fef27286bd3fb1ed3ddc94a6f3fb560d (origin/copyright, > origin/copy) > | Author: Uwe Brauer > | Date: Thu Nov 25 10:43:56 2021 +0100 > | > | Add patches to my new branch > | > | --HG-- > | branch : copyright > | > * commit 66380013003549a6851d4e110b29a5a439e05609 > |

[git-users] Re: How to print out a git repo (local)

2021-12-23 Thread David McMurrey
Thanks, Erik. I'll give this a try. I also found this in Gitb Magic: http://www-cs-students.stanford.edu/~blynn/gitmagic/ch02.html#_instant_publishing -- David On Thursday, December 23, 2021 at 7:50:30 AM UTC-6 Erik Cervin Edin wrote: > It sounds like you're looking to concatenate a bunch of

[git-users] Re: How to print out a git repo (local)

2021-12-23 Thread Erik Cervin Edin
It sounds like you're looking to concatenate a bunch of files, namely, all files checked into git. My $0.02: The gist of which you could achieve using git ls-files -z | xargs -0 cat You can filter that list git ls-files -z | grep --null -v .gitignore | xargs -0 cat The problem is it's going

Re: [git-users] Re: How to print out a git repo (local)

2021-12-22 Thread Konstantin Khomoutov
On Wed, Dec 22, 2021 at 08:43:16AM -0800, David McMurrey wrote: > Okay, let's say each of my committed files is a chapter in a book, or each > committed file is some piece of Perl code I'm writing. I want to see the > actual HTML page or Perl code ready to use. > > I think my answer is that

[git-users] Re: How to print out a git repo (local)

2021-12-22 Thread David McMurrey
Okay, let's say each of my committed files is a chapter in a book, or each committed file is some piece of Perl code I'm writing. I want to see the actual HTML page or Perl code ready to use. I think my answer is that the actual files in the working directory are the ones I want to keep and

[git-users] Re: How to print out a git repo (local)

2021-12-22 Thread Philip Oakley
An interesting question, but maybe not quite as clear as to what is desired. - Are you just looking for a print out of the files in the final commit - the finished project? - Are you looking for a listing of all the commits (headline/subject) from the very beginning to the final

[git-users] Re: How to track changes to db

2020-08-05 Thread Philip Oakley
You may want to look at the `git notes` functionality that keeps local notes for commits. Probably a bit of a rabbit hole initially (i.e. documentation `git help notes` could be better, but maybe https://github.blog/2010-08-25-git-notes-display/), but others use them successfully. Philip On

[git-users] Re: How to effectively use git

2020-07-07 Thread SJW
On Monday, 6 July 2020 22:17:45 UTC+10, Philip Oakley wrote: > > This is some 20,000ft observations about how conflicting mental models and > processes may be causing trouble. > > A thought in the background: it's generally considered poor practice to > think of Git as a deployment system, so

[git-users] Re: How to effectively use git

2020-07-06 Thread Philip Oakley
This is some 20,000ft observations about how conflicting mental models and processes may be causing trouble. A thought in the background: it's generally considered poor practice to think of Git as a deployment system, so one has to be careful at the final step of deployment that only the

Re: [git-users] Re: How to make git work!

2020-05-06 Thread rhkramer
On Wednesday, May 06, 2020 03:06:12 AM SJW wrote: > In the grand scheme of things - it probably doesn't matter but from a > cleanliness point of view, I'd prefer to not have to commit comment > changes... From the peanut gallery: if you don't commit comment changes, how would you expect them to

[git-users] Re: How to make git work!

2020-05-06 Thread SJW
Thanks Philip. I have that mental model right. I get that bit, and for the most part, I can make basic updates and copy them to the server. I even incorporated my stating server as another remote where I would push to when something was ready for viewing but I didn't like the process and

[git-users] Re: How to make git work!

2020-05-05 Thread Philip Oakley
The hardest part of Git is getting your mental model right. The idea that there can be different copies at different places each with apparently the same 'easy name' (like 'master') can be hard to grasp, especially in the heat of the moment. The true 'name of each of the copies is given by

Re: [git-users] Re: How to make git work!

2020-05-04 Thread Alexandra Vass
Hey, With "git add ." you just add files in your local directory. (I terribly hate when people use it if they are beginner with git, because they don't get how git works yet.) You can't amend a commit which is not on your computer, which is expected, since than you could modify others commit

[git-users] Re: How to make git work!

2020-05-04 Thread SJW
Cant edit post. Here is the commit log - i was expecting/hoping for a single commit - instead I have 4 $ git log commit 0988bf8f5a165a6e213982cfcf0733ccb3452101 Author: XXX Date: Tue May 5 12:00:28 2020 +1000 Trying to fix the merge issues that were created from commit

[git-users] Re: How de-duplicate similar repositories with alternates

2018-12-04 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > I think a warning (or even error) like this would be more useful: > > test ! -d $objdir && error... # current behavior > test -d $objdir/objects && error "Did you mean $objdir/objects, silly?" # > new error If it is an error common enough, perhaps we

[git-users] Re: How de-duplicate similar repositories with alternates

2018-12-04 Thread Ævar Arnfjörð Bjarmason
On Thu, Nov 29 2018, Ævar Arnfjörð Bjarmason wrote: > A co-worker asked me today how space could be saved when you have > multiple checkouts of the same repository (at different revs) on the > same machine. I said since these won't block-level de-duplicate well[1] > one way to do this is with

[git-users] Re: How de-duplicate similar repositories with alternates

2018-12-04 Thread Ævar Arnfjörð Bjarmason
On Tue, Dec 04 2018, Jeff King wrote: > On Thu, Nov 29, 2018 at 03:59:26PM +0100, Ævar Arnfjörð Bjarmason wrote: > >> This is the thing I was wrong about, in retrospect probably because I'd >> been putting PATH_TO_REPO in objects/info/alternates, but we actually >> need PATH_TO_REPO/objects,

[git-users] Re: How de-duplicate similar repositories with alternates

2018-11-30 Thread 'Stefan Beller' via Git for human beings
On Thu, Nov 29, 2018 at 7:00 AM Ævar Arnfjörð Bjarmason wrote: > > A co-worker asked me today how space could be saved when you have > multiple checkouts of the same repository (at different revs) on the > same machine. I said since these won't block-level de-duplicate well[1] > one way to do

[git-users] Re: How de-duplicate similar repositories with alternates

2018-11-29 Thread Ævar Arnfjörð Bjarmason
On Thu, Nov 29 2018, Stefan Beller wrote: > On Thu, Nov 29, 2018 at 7:00 AM Ævar Arnfjörð Bjarmason > wrote: >> >> A co-worker asked me today how space could be saved when you have >> multiple checkouts of the same repository (at different revs) on the >> same machine. I said since these won't

[git-users] Re: How de-duplicate similar repositories with alternates

2018-11-29 Thread Ævar Arnfjörð Bjarmason
On Thu, Nov 29 2018, Ævar Arnfjörð Bjarmason wrote: > A co-worker asked me today how space could be saved when you have > multiple checkouts of the same repository (at different revs) on the > same machine. I said since these won't block-level de-duplicate well[1] > one way to do this is with

Re: [git-users] Re: how to make a 'git add --patch' using --word-diff?

2018-05-23 Thread Philip Oakley
al Message - From: "Frederik Hanghøj Iversen" <fhi.1...@gmail.com> To: "Git for human beings" <git-users@googlegroups.com> Sent: Wednesday, May 23, 2018 4:31 PM Subject: [git-users] Re: how to make a 'git add --patch' using --word-diff? Hey Joe I'm interes

[git-users] Re: how to make a 'git add --patch' using --word-diff?

2018-05-23 Thread Frederik Hanghøj Iversen
Hey Joe I'm interested in this feature as well, I was curious if you ever did request this feature as per Thomas' suggestion. Sorry for waking this thread up from the dead. On Monday, October 29, 2012 at 10:44:51 AM UTC+1, Thomas Ferris Nicolaisen wrote: > > On Monday, October 29, 2012

[git-users] Re: How can I update my project version numbers using Git?

2018-03-25 Thread Karl Gemayel
On Thursday, March 22, 2018 at 4:50:24 PM UTC-4, Karl Gemayel wrote: > > Say I have two branches: `develop` and `feature`. > > Assume I also have a file called `VersionNumber` which has the following > content: > > BUILD_NUMBER 1 > > I want to use Git hooks so that, when I merge `feature` into

[git-users] Re: How to use filter-branch with --state-branch?

2018-03-09 Thread Michele Locati
Il giorno mercoledì 7 marzo 2018 11:31:04 UTC+1, Michele Locati ha scritto: > > How to use filter-branch with --state-branch? > > > Recent versions of git filter-branch command introduced the --state-branch > option. > BTW I can't find any info about how this can be actually used. > > We have

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-12-01 Thread Jonathan Nieder
Hi, Jeff Hostetler wrote: > On 11/30/2017 3:03 PM, Jonathan Nieder wrote: >> One piece of missing functionality that looks intereseting to me: that >> series batches fetches of the missing blobs involved in a "git >> checkout" command: >> >>

Re: [git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread Philip Oakley
quot; <git-users@googlegroups.com> To: "Git for human beings" <git-users@googlegroups.com> Sent: Thursday, November 30, 2017 4:13 PM Subject: [git-users] Re: How hard would it be to implement sparse fetching/pulling? Konstantin, thanks for mentioning that. Unfortunately I've asked a

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread vit via Git for human beings
Okay let's shelf this thread then in favor of conversation in the mailing list. On Thursday, November 30, 2017 at 8:34:03 AM UTC-8, jeff.ho...@microsoft.com wrote: > > > > On Thursday, November 30, 2017 at 11:13:29 AM UTC-5, v...@uber.com wrote: >> >> Konstantin, thanks for mentioning that.

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread vit via Git for human beings
Okay let's shelve this thread then. On Thursday, November 30, 2017 at 8:34:03 AM UTC-8, jeff.ho...@microsoft.com wrote: > > > > On Thursday, November 30, 2017 at 11:13:29 AM UTC-5, v...@uber.com wrote: >> >> Konstantin, thanks for mentioning that. Unfortunately I've asked a >> question here

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread jeff.hostetler via Git for human beings
On Thursday, November 30, 2017 at 11:13:29 AM UTC-5, v...@uber.com wrote: > > Konstantin, thanks for mentioning that. Unfortunately I've asked a > question here first and mail server didn't let me send a link to this > thread. > > Jeff, thanks, that's super exciting. I will check it out. > >

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread vit via Git for human beings
Konstantin, thanks for mentioning that. Unfortunately I've asked a question here first and mail server didn't let me send a link to this thread. Jeff, thanks, that's super exciting. I will check it out. Is it best to continue discussion here as this thread has all relevant context? On

[git-users] Re: How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread jeff.hostetler via Git for human beings
This question was cross-posted on the main git mailing list. For completeness with the git-users mailing list here. The following describes info on the work-in-progress for this feature. *https://public-inbox.org/git/e2d5470b-9252-07b4-f3cf-57076d103...@jeffhostetler.com/*

[git-users] Re: How to see ALL my commits? Including from any branches I've made.

2017-11-03 Thread Igor Djordjevic
Hi PeteR *"git log"*[1] was a good thought, you just need to add "--all" parameter, as by default only current branch is logged, as you noticed, arguably being the most common use case. What helped me in the beginning was remembering - "What everyone needs?

[git-users] Re: How to remove a directory from the index?

2017-10-29 Thread Igor Djordjevic
Hi PeterR, In short, "git submodule" is one git repository (submodule) inside another git repository (superproject). For more info you may check "7.11 Git Tools - Submodules" , gitsubmodules[7] and

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-13 Thread Igor Djordjevic
even worse, as you end up with some parts being merged cleanly from both sides (where there were no conflicts), and some parts totally dropping one of the sides (where conflicts appeared), as you already pointed out. Regards, Buga - Original Message - > *From:* Igor Djordjevic > *To:*

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-13 Thread Philip Oakley
From: Igor Djordjevic To: Git for human beings Sent: Thursday, July 13, 2017 8:58 PM Subject: Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master On Thursday, July 13, 2017 at 6:13:44 AM UTC+2, Maheshwaran A N wrote: On Thursday, 13 July 2017 03:27:06

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-13 Thread Igor Djordjevic
On Thursday, July 13, 2017 at 6:13:44 AM UTC+2, Maheshwaran A N wrote: > > On Thursday, 13 July 2017 03:27:06 UTC+5:30, Igor Djordjevic wrote: >> >> On Wednesday, July 12, 2017 at 6:38:35 PM UTC+2, Yubin Ruan wrote: >>> >>> 2017-07-12 20:40 GMT+08:00 Maheshwaran A N : >>> >> >

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-12 Thread Maheshwaran A N
Requirement is to keep all the changes of INT. When you have multiple files to solve the conflicts and you very well know which branch to retain, then why not use ours/theirs? Whats dangerous here? User is very clear on what needs to be retained. Also, if you retain INT content, there is no

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-12 Thread Igor Djordjevic
On Wednesday, July 12, 2017 at 6:38:35 PM UTC+2, Yubin Ruan wrote: > > 2017-07-12 20:40 GMT+08:00 Maheshwaran A N >: > > On Tuesday, 11 July 2017 07:36:47 UTC+5:30, Anjaiah Yamagani wrote: > >> > >> Hi Team, > >> > >> I have very quick question - as I'm new to the git

Re: [git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-12 Thread Yubin Ruan
2017-07-12 20:40 GMT+08:00 Maheshwaran A N : > I suppose you are trying to execute the below commands. > > git checkout master > git merge origin/INT (taking changes from remote branch) or git merge INT > (merge with local changes) > At this point you would have faced the

[git-users] Re: How to avoid merge conflicts while merging INT changes into Master

2017-07-12 Thread Maheshwaran A N
I suppose you are trying to execute the below commands. git checkout master git merge origin/INT (taking changes from remote branch) or git merge INT (merge with local changes) At this point you would have faced the conflicts. In this case, if you want to retain the changes of INT, you can

[git-users] Re: How can I verify a specific git install tar file with the ".tar.sign" file?

2017-06-22 Thread Tamar
I did some background checking: the sign file is actually the "sign-off" signature of the corresponding git version tag. The meaning of this "sign-off" value is defined by the project. In many open source projects it means that the contribution is original and that there are no copyright

[git-users] Re: How can I verify a specific git install tar file with the ".tar.sign" file?

2017-06-22 Thread David Karr
On Thursday, June 22, 2017 at 8:49:30 AM UTC-7, Tamar wrote: > > The .sign files are PGP files. I suspect you can verify the signature like > this (didn't check): > > *gpg --verify doc.sig doc* > > I managed to resolve this. This "gpg" command doesn't work, because I don't have the public key,

[git-users] Re: How can I verify a specific git install tar file with the ".tar.sign" file?

2017-06-22 Thread Tamar
The .sign files are PGP files. I suspect you can verify the signature like this (didn't check): *gpg --verify doc.sig doc* See https://www.gnupg.org/gph/en/manual/x135.html for a complete story on how to use signatures and how to verify them. On Thursday, June 22, 2017 at 5:43:32 PM UTC+2,

Re: [git-users] Re: How to get a highly complex branch straight?

2017-05-02 Thread mah
Am Dienstag, 2. Mai 2017 21:07:18 UTC+2 schrieb Philip Oakley: > > > I think you may have had expectations which were too high. Git can not do > magic. > All I'm asking for is to replay the already recorded history. Shouldn't require magic. > I think your project had two lines of

Re: [git-users] Re: How to get a highly complex branch straight?

2017-05-02 Thread mah
Am Dienstag, 2. Mai 2017 19:30:33 UTC+2 schrieb Michael Gersten: > > > On 2017-05-02, at 10:22 AM, m...@jump-ing.de wrote: > > Now I have a branch with 4700 commits on it, but zero merges. Diff melted > down to 3800 lines. That's something I can work with. > > Go home message: merges are evil!

Re: [git-users] Re: How to get a highly complex branch straight?

2017-05-02 Thread Philip Oakley
17 6:30 PM Subject: Re: [git-users] Re: How to get a highly complex branch straight? On 2017-05-02, at 10:22 AM, m...@jump-ing.de wrote: As nobody knew an answer, so I started trying rebase strategies (-s, -X options), one by one. Using 'git rebase -s recursive -X ours ...' was the

Re: [git-users] Re: How to get a highly complex branch straight?

2017-05-02 Thread Michael
On 2017-05-02, at 10:22 AM, m...@jump-ing.de wrote: > > As nobody knew an answer, so I started trying rebase strategies (-s, -X > options), one by one. Using 'git rebase -s recursive -X ours ...' was the > only one which did something useful for this self-rebase and also worked with > a

[git-users] Re: How to get a highly complex branch straight?

2017-05-02 Thread mah
As nobody knew an answer, so I started trying rebase strategies (-s, -X options), one by one. Using 'git rebase -s recursive -X ours ...' was the only one which did something useful for this self-rebase and also worked with a mangeable set of conflicts (only ones including a file deletion), so

[git-users] Re: How to get a highly complex branch straight?

2017-04-30 Thread mah
> This sounds like you need "iMerge". TBH, I have no idea why these conflicts appear at all. As the branch exists already, all conflicts are solved and part of the repository. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To

[git-users] Re: How to create remote GIT repository?

2016-12-13 Thread essam Ganadily
for example "git create remote repo myreponame" could work nicely (it return the clone urls) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[git-users] Re: How to remove remote branch completely

2016-07-28 Thread Valencia
Hi Gergely/Philip Thanks a lot for the quick reply and for helping me understand "git branch -d" better. I will work on the pointers you have shared, and let you know the status. Thanks, Valencia -- You received this message because you are subscribed to the Google Groups "Git for human

[git-users] Re: How do I use GIT to download latest version of a project

2016-06-08 Thread Tony Girgenti
Thanks Marcelo and Phillip. I saw that button, but was not sure of what it would give me. Tony On Wednesday, June 8, 2016 at 10:47:08 AM UTC-4, Tony Girgenti wrote: > Hello, > > I don't want to create a repository or contribute to any repository or > make any commits or do anything that

[git-users] Re: How do I use GIT to download latest version of a project

2016-06-08 Thread Philip Oakley
On Wednesday, June 8, 2016 at 3:47:08 PM UTC+1, Tony Girgenti wrote: > > Hello, > > I don't want to create a repository or contribute to any repository or > make any commits or do anything that involves using GIT as a version > control system. > > I simply want to download the latest software

[git-users] Re: How upgrade GIT Bash CLI

2016-05-05 Thread Liza Polyudova
On Wednesday, April 27, 2016 at 7:40:45 AM UTC-7, Leonidas Savvides wrote: > > also how learn date/time last commit locally or remotely with GIT...? > > On Tuesday, April 26, 2016 at 2:07:38 PM UTC+3, Leonidas Savvides wrote: >> >> Basically to upgrade Git CLI bash to new version - I have to

[git-users] Re: How upgrade GIT Bash CLI

2016-05-05 Thread Liza Polyudova
On Tuesday, April 26, 2016 at 4:07:38 AM UTC-7, Leonidas Savvides wrote: > > Basically to upgrade Git CLI bash to new version - I have to uninstall it > and install the new version? correct? > > Repositories are independent and should still work correct? > > ALSO SETTINGS OF REPOSITORIES KEPT

[git-users] Re: How upgrade GIT Bash CLI

2016-04-27 Thread Leonidas Savvides
also how learn date/time last commit locally or remotely with GIT...? On Tuesday, April 26, 2016 at 2:07:38 PM UTC+3, Leonidas Savvides wrote: > > Basically to upgrade Git CLI bash to new version - I have to uninstall it > and install the new version? correct? > > Repositories are independent

[git-users] Re: How to write a shell script that checks if files have been modified in a particular directory in GIt and then do a pull

2016-03-19 Thread builderj
Hi Konstantin, That worked great. Thanks so much. On Tuesday, March 15, 2016 at 2:50:30 PM UTC-4, builderj wrote: > > Hello Everyone, > > I've to write a shell script that checks for changes in a particular > folder and then do a pull of the whole repository. > > I've a build setup for which

[git-users] Re: how to configure file size

2016-02-18 Thread zdh515
hi, André Jacques thank you, it works for me 在 2016年2月18日星期四 UTC+8下午10:04:23,André Jacques写道: > > Hi, > > First, *push* really just mean to send data to a remote and it doesn't > create anything. If you don't want anybody to *commit* file more than > 30MB, than it must be prior to the

[git-users] Re: how to configure file size

2016-02-18 Thread André Jacques
Hi, First, *push* really just mean to send data to a remote and it doesn't create anything. If you don't want anybody to *commit* file more than 30MB, than it must be prior to the *commit*. Git gives *git-hooks *(https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) exactly for that

[git-users] Re: How to make pack remote repository on every push?

2016-01-07 Thread Steinar Bang
> Gergely Polonkai : > You may want to play with gc.pruneexpire. From man git-config: >gc.pruneexpire >When git gc is run, it will call prune --expire 2.weeks.ago. >Override the grace period with this config variable. The value >"now" may be used

Re: [git-users] Re: How to make pack remote repository on every push?

2016-01-07 Thread Gergely Polonkai
Another solution could be running git-repack. This SO answer[1] has some nice details on it. Best, Gergely [1] http://stackoverflow.com/a/8638219 On 8 Jan 2016 02:29, "Steinar Bang" wrote: > > Gergely Polonkai : > > > You may want to play with gc.pruneexpire. From man

[git-users] Re: How to make pack remote repository on every push?

2015-11-20 Thread Steinar Bang
> Igor Deyashkin : > What are you expect from git gc in your case? I didn't *expect* anyhing, but what I *hoped* for was a way for git to compress the repository as much as it could on each push. Ie. compress it as much as what I get

[git-users] Re: How to handle a longrunning branch

2015-11-20 Thread Steinar Bang
> mike : > I have had a branch, feature_xyz, for a long time ( yes I know I should not > but it was not my call). Problem is I have not updated it with changes from > master. So I started to do a regular rebase ( i want to keep

Re: [git-users] Re: How to make pack remote repository on every push?

2015-11-20 Thread Gergely Polonkai
Hello, You may want to play with gc.pruneexpire. From man git-config: gc.pruneexpire >When git gc is run, it will call prune --expire 2.weeks.ago. >Override the grace period with this config variable. The value >"now" may be used to disable this grace

[git-users] Re: How to get install bits

2015-09-14 Thread Gary Foster
I have been looking for a good comparison of the different gits you mentioned but I'm not finding much. Could you point me to one? Thank you! Gary On Thursday, September 10, 2015 at 1:09:09 PM UTC-7, Gary Foster wrote: > > Hello, > > I work for a large company and our firewalls won't allow for

[git-users] Re: How to get install bits

2015-09-10 Thread Gary Foster
That is a good question. We basically want an on-site repository (Windows) for our Visual Studio code and some other tools we use. I'll have to research the different versions. Gary On Thursday, September 10, 2015 at 1:09:09 PM UTC-7, Gary Foster wrote: > > Hello, > > I work for a large

Re: [git-users] Re: How do I push a single tag?

2015-09-08 Thread Oliver Davies
No problem. :) On Monday, 7 September 2015 04:04:27 UTC+1, Michael Gersten wrote: > > > On 2015-09-06, at 6:20 PM, Oliver Davies > wrote: > > > Try "git push origin ReleaseAlpha2". You normally have to include the > name of the remote repository as well as the

Re: [git-users] Re: How do I push a single tag?

2015-09-06 Thread Michael
On 2015-09-06, at 6:20 PM, Oliver Davies wrote: > Try "git push origin ReleaseAlpha2". You normally have to include the name of > the remote repository as well as the branch, tag, commit hash etc. Thank you. -- You received this message because you are subscribed

[git-users] Re: How do I push a single tag?

2015-09-06 Thread Oliver Davies
Try "git push origin ReleaseAlpha2". You normally have to include the name of the remote repository as well as the branch, tag, commit hash etc. On Sunday, 6 September 2015 02:18:01 UTC+1, Michael Gersten wrote: > > How do I push a single tag to the remote (origin)? > > The branch itself is

Re: Fw: [git-users] Re: How report an error in the Spanish traduction?

2015-08-06 Thread Eric Romanenghi
*Sent:* Wednesday, August 05, 2015 1:50 PM *Subject:* Re: Fw: [git-users] Re: How report an error in the Spanish traduction? I've looking for the es.po file in the git repository, and i could not find it. Do you know where the file is? Thanks! Eric P.S.: The error is still present

Re: Fw: [git-users] Re: How report an error in the Spanish traduction?

2015-08-05 Thread Philip Oakley
in your reporting of the translations. (I'm not a Spanish speaker) regards - Original Message - From: Eric Romanenghi To: Philip Oakley Sent: Wednesday, August 05, 2015 1:50 PM Subject: Re: Fw: [git-users] Re: How report an error in the Spanish traduction? I've looking

Re: [git-users] Re: How report an error in the Spanish traduction?

2015-07-19 Thread Philip Oakley
, 2015 12:32 AM Subject: Re: [git-users] Re: How report an error in the Spanish traduction? copying the main Git List g...@vger.kernel.org message regarding Internationalisation (I10n). The mail list public record is at http://news.gmane.org/gmane.comp.version-control.git. See the last

[git-users] Re: How report an error in the Spanish traduction?

2015-07-17 Thread Renán Romero Ruiz
Hello, Maybe can you find this on a .po file in the source code of git https://github.com/git/git But is strange that I not found it Regards! On Friday, July 17, 2015 at 7:32:26 AM UTC-5, Eric Romanenghi wrote: Hi! There is a an error in the spanish traduction of Git. When i wrote git

[git-users] Re: How do you switch head location without changing files?

2015-05-10 Thread Michael
Last question for tonight Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go, without altering the files? keybounceMBP:Loot++ michael$ git stash Saved working directory

[git-users] Re: How do you switch head location without changing files?

2015-05-10 Thread Michael
On 2015-05-09, at 11:03 PM, Michael keybou...@gmail.com wrote: Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go, without altering the files? Alright, what happened here?

[git-users] Re: how to git svn clone ?

2015-05-03 Thread Konstantin Khomoutov
On Saturday, May 2, 2015 at 3:37:53 AM UTC+3, Zk W wrote: We have a svn repo containing the following folders: trunk branches tags inactive how do we clone inactive folder since git svn clone --stdlayout only deals with trunk, branches, and tags ? Obviously, by not using --stdlayout

[git-users] Re: How to uninstall on Mac?

2015-04-12 Thread Thomas Ferris Nicolaisen
On Sunday, April 12, 2015 at 8:52:27 PM UTC+2, Liz wrote: Hi - hope someone can advise me how to uninstall Git from a Mac. I have only just installed Git from here: http://git-scm.com/download/mac The install instructions contain things that I do not understand, eg. *Step 2 - Restart

[git-users] Re: How to uninstall on Mac?

2015-04-12 Thread Liz
Thank you very much Thomas! Done! :-) On Sunday, 12 April 2015 22:05:22 UTC+1, Thomas Ferris Nicolaisen wrote: On Sunday, April 12, 2015 at 8:52:27 PM UTC+2, Liz wrote: Hi - hope someone can advise me how to uninstall Git from a Mac. I have only just installed Git from here:

[git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread Konstantinos Mavroudakis
Thank you ! I suppose that there is no formal way to import all of these in git. Is n't it? I expected that there would be such documented procedure or command(!) in git (or other version control systems) to help newcomers to import their old changes (commits)... Best regards, Konstantinos

Re: [git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread John McKown
On Wed, Nov 26, 2014 at 8:35 AM, Konstantinos Mavroudakis kmavrouda...@gmail.com wrote: Thank you ! I suppose that there is no formal way to import all of these in git. Is n't it? I expected that there would be such documented procedure or command(!) in git (or other version control

Re: [git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread Konstantinos Mavroudakis
From zero source control :) i.e. no source control On Wednesday, November 26, 2014 4:48:02 PM UTC+2, John McKown wrote: On Wed, Nov 26, 2014 at 8:35 AM, Konstantinos Mavroudakis kmavro...@gmail.com javascript: wrote: Thank you ! I suppose that there is no formal way to import all of

Re: [git-users] Re: How to move manually-versionned files to git (version control)?

2014-11-26 Thread John McKown
On Wed, Nov 26, 2014 at 8:52 AM, Konstantinos Mavroudakis kmavrouda...@gmail.com wrote: From zero source control :) i.e. no source control ​My bad. When you said import their comments, I just ASSuMEd that those comments already existed in another source control system.​ Going back to

Re: [git-users] Re: How to recover from a Detached Head

2014-11-03 Thread Konstantin Khomoutov
On Sun, 2 Nov 2014 18:26:15 -0800 (PST) Anthony Berglas aberg...@gmail.com wrote: Thank you for all your very considered replies. The solution I end ed up using (without the complex explanations) was git push # fail git pull git merge origin/master This step is not needed: `git pull`,

  1   2   3   >