Re: [git-users] Problem with Git on Mac

2016-10-12 Thread Sean Johnson
bashrc and/or .bash_profile, or just restore them from backup along with the other files that were inadvertently deleted. -sean On 12 Oct 2016, at 6:29, bonner.justi...@gmail.com wrote: > Hello All, > > I am having a problem with git on my mac. Yesterday I was completing an > ass

Re: [git-users] Question about when to merge master into my feature branch

2015-12-29 Thread Sean Johnson
2. I've chosen a prefix for published branches that may be rebased, "devo/". I then make sure to communicate to the rest of the team that it's not safe to base any work on branches named liked that. Just out of curiosity: why "devo"? :-) Is it by chance related to some term related to "develo

Re: [git-users] Hide password

2015-08-22 Thread Sean Johnson
> I put my git password in .git/config Please don’t do that. I notice that you’re using Github. You would be better served to create SSH keys, and assign the public keys to your different identities. Using ~/.ssh/config configurations you could name the identities, and associate each SSH key

Re: [git-users] bare repo file permission issues when sharing with multiple users

2015-08-05 Thread Sean
r.i...@gmail.com) wrote: On Wednesday, August 5, 2015 at 8:28:42 PM UTC+5:30, Sean Johnson wrote: Git uses a distributed model. The correct approach is for the second user to clone the repository. they did clone a separate repo, the problem is they are unable to push back to the repo they cloned f

Re: [git-users] bare repo file permission issues when sharing with multiple users

2015-08-05 Thread Sean
Git uses a distributed model. The correct approach is for the second user to clone the repository. On August 5, 2015 at 9:46:04 AM, dexter ietf (dexter.i...@gmail.com) wrote: two users belonging to the same group are unable to commit to a shared repository. i did configure the core.sharedreposi

Re: [git-users] How to download a specific release

2015-08-04 Thread Sean
>> I am trying a find a way to download only specific release tags and not just >>any tag. .. > I mean the code from a given release tag. You can specify a branch at clone time. Otherwise, use git checkout to switch to the specific tag post clone.  On August 4, 2015 at 2:15:02 PM, Bideep Bezb

Re: [git-users] Putting an entire drive under version control?

2015-07-30 Thread Sean
I think you're looking at the wrong solution for those requirements. Instead, look at filesystem snapshots. That can be accomplished in a few different ways. Windows, which is the OS I assume you're referring to, has a Volume Shadow Copy facility that is similar in functionality to filesystem sn

Re: [git-users] Re: git can't push a specific link file to the remote server??

2012-10-06 Thread Sean
mposed unicode" > http://thread.gmane.org/gmane.comp.version-control.git/201178/ > > The repo will contain your file contents. It's just that their names have > been 'adjusted' to a different composition style. > > Philip > > - Original Message - >

[git-users] Re: git can't push a specific link file to the remote server??

2012-10-06 Thread Sean
like svn that will by default make git server to ignore the link file or .a file and .so files? Hope there will be an expert here to check my case for git fails to push link-file? 在 2012年9月27日星期四UTC+8下午4时17分21秒,Thomas Ferris Nicolaisen写道: > > On Wednesday, September 26, 2012 10:45:33 AM

[git-users] git can't push a specific link file to the remote server??

2012-09-26 Thread Sean
HI, All: I am a recently setup a git server on mac os ,meanwhile I use a git client on ubuntu to do interaction with this git server. I have a code directory(it's very large ,about 1G ) and I did the following commands to push it to server side: 1. cd ~/test 2. git i

[git-users] Git Can't push a link file into remote repo?

2012-09-26 Thread Sean
HI, All: I am a recently setup a git server on mac os ,meanwhile I use a git client on ubuntu to do interaction with this git server. I have a code directory(it's very large ,about 1G ) and I did the following commands to push it to server side: 1. cd ~/test 2. git i

[git-users] Merge Hell - need to filter out lines of code

2011-07-02 Thread Sean
An IDE I am using is peppering my external source code files with timestamps and versions. These files will not auto merge which is a total bind. How can I get git to ignore certain lines of code during a merge, pull or diff? I've been searching for hours - Help! :) -- You received this messag

Re: [git-users] Subdirectories and Continuous Integration

2011-05-28 Thread Sean Roehnelt
Finding this post via google prompted me to join this group... On Sunday, April 3, 2011 6:33:14 AM UTC-7, Thomas Ferris Nicolaisen wrote: > > I would go for splitting them into 7 isolated projects. In my experience, > the advantages of this isolation greatly outweighs advantages of keeping > the