Tagged Questions
0
votes
1answer
15 views
git format-patch not working from bash script
I have a list of commits available in commits.txt file and i need to prepare a list of patches of these commits so as to apply them later to my branch. I have written below bash script to do so :-
...
0
votes
1answer
35 views
How can I find my alias for `git log`?
I have my git log formatted a specific way, which works when I call git lg (note the lack of an o) and it looks quite nice. I got it from a stackoverflow answer and all I had to do was enter something ...
0
votes
0answers
25 views
SSH remote command no reading all environment variables [migrated]
I have declared some "PATH" variables in the ".bashrc" file of a remote machine. When I login to the remote machine, all these "PATH" variables work fine. But when I do a "ssh user@remote env", the ...
0
votes
1answer
48 views
Extract file names from git pull output
I am creating a script that will pull down the latest master branch of code, and check to see if any of the file names are SQL. After I have determined the filename, I am going to source the stored ...
1
vote
2answers
52 views
git push not working inside a cron job
I am currently cleaning up a mess left by someone else on a CentOS 6 server. There is an application that is required to be backed up to a github account every 6 hours. There is a script that takes ...
0
votes
2answers
32 views
When I have git log print out as oneline, how do I reverse it?
I have git log aliased to this:
git log --reverse --oneline --pretty=format:'-%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
But I want it to be reversed as well, as sometimes ...
0
votes
1answer
25 views
Bash Script to Backup MySQL databases starting with specified prefix
Obviously if I google search, there are tons of results for bash scripts to back up your MySQL database. I couldn't find this specific example though.
Say I start all my new web projects at ...
-1
votes
2answers
34 views
Show git branch and status in Mac Bash
I use the Github for windows client.The shell with powershell is very nice!
How do I implement it on MAC?
Not only the branch name,I also want git status
1
vote
1answer
35 views
How to make git diff ignore comments
I am trying to produce a list of the files that were changed in a specific commit. The problem is, that every file has the version number in a comment at the top of the file - and since this commit ...
0
votes
1answer
35 views
Copy files from mounted volume git pre-commit
Is it possible to use Git pre-commit hooks to copy files from a mounted volume into a repo so that the contents of the volume can be committed with the rest of the repo?
If so, what would the script ...
1
vote
0answers
50 views
How to Run Python Script with Git Commit and SVN Commit
I was wondering what a good approach would be to automate the process of checking a project's status before allowing a successful commit to a git or svn repo. In short, I have a third-party website ...
1
vote
1answer
35 views
cloning from github when password has ! in it [duplicate]
I have a password that has ! in it and when am trying to clone a repository from git using the following syntax:
git clone https://username:password!@github.com/org/repository.git
I am getting ...
0
votes
1answer
24 views
Not being able to pull in a git hook (bash script)
I am working on a website, on an Ubuntu 12.04 server. When I push code to my website, I want my hook to automatically pull the code in my apache folder. The following commands update my website to the ...
0
votes
1answer
57 views
Shell/Git Script: Pattern matching for the current commit message
I'm trying to do a hook for a message that you're about to commit on git. What I usually do when about to commit is [SOME_DESCRIPTION] Refs #[0-9]+
I've never done shell scripting before but I'm ...
0
votes
2answers
38 views
View last N to M Git commits in vimdiff
Here is a one-liner that illustrates what I'd like to do:
revs=(2 3); f=index.html; vimdiff -d <(git show HEAD~2:"$f") <(git show HEAD~3:"$f")
How can I use the array revs and avoid ...
0
votes
2answers
122 views
linux scripted git pull error: cannot open .git/FETCH_HEAD: Permission Denied
Need a little help scripting a git pull.
We have an intranet server that we are trying to script a git pull to, and I'm running into a permission issue.
error: cannot open .git/FETCH_HEAD: ...
2
votes
1answer
34 views
Meta-alias in Git Bash
Question
I'm curious to know if one can create an alias for making aliases in Git, i.e. a meta-alias, so that instead of typing git config --global alias.-whatever one can just write git ...
1
vote
1answer
36 views
Creating remote tracking branches using bash one-liner doesn't behave the same as running the commands manually
If I run the following command:
for r in $(git branch -r | grep -Po "(?<=myremote/).*"); do echo git branch --track $r myremote/$r; done
I get the following output:
git branch --track foo ...
0
votes
0answers
44 views
How do I pass an absolute path to the adb command via git bash for windows?
I'm trying to pass a unix style path to the Android adb command using a git bash (msysgit) but the shell is interpreting my path incorrectly. This is what I've tried so far:
$ adb push myfile ...
0
votes
1answer
26 views
git deployment method leaves me on wrong branch
I was happily getting used to the git workflow I had set up (or is that "gitting" used to it?), when I ran into a little snag just now. I have a dev directory and a codebase directory (my live code), ...
0
votes
1answer
24 views
Setting up bash shortcut for committing to git with the current branch as message
SO I'm trying to setup this shortcut in bashrc to commtitting to git using the current branch name as the commit message and I have this:
git branch | grep "*" | sed "s/* //" | git commit -m
but ...
0
votes
1answer
37 views
Pushing folder with GIT Bash to Appharbor is not pushing subfolder
I'm new to Appharbor and GIT so there' some weeks I've been trying to push my ASP.NET MVC 4 application to Appharbor but I'm not having success. I already tried to get some help from their support ...
2
votes
1answer
58 views
Run bash script on every git commit
Out of curiosity, I would like to benchmark a project I have been working on for a while, to see how it's performance at various tasks has varied over time. This project is stored in a git ...
0
votes
2answers
51 views
GIT Preview Checkout or Merge
I want to do a script that help me to release a system by checkout a repo in GIT.
My quest is can I some way test to checkout a branch to identify if I got error without to rely do this on the ...
1
vote
1answer
58 views
How to effectively organize scripts so they can be put under version control?
I have an ever growing list of scripts from simple one liners in bash to more complex python scripts.
Currently I source the one liners from a ~/.bash_functions file, while I put the more complex ...
1
vote
1answer
27 views
On OSX, using tr to squeeze git diff results translates spaces to tabs
My issue is very simple to replicate, and I've only tested it on OSX with the default version of "tr" that comes bundled with 10.8.3.
Whenever I do a:
git diff --numstat <sha1> <sha2>
...
2
votes
2answers
48 views
combine two bash commands into a one shortcut prompt
I'm not great with bash, but i'd like to write a shortcut, such as 'opendev', that opens a url in a browser and opens the current git topic branch i'm on. (only needs to work on os x). Inspiration ...
0
votes
3answers
47 views
Git Command that only returns changelog and filename
I am doing some data mining research and I need to be able to pull from a git repository all filenames with their associated change log and pipe them to a text file.
I am interested in parsing ...
0
votes
2answers
81 views
Use of apostrophe (single-quote) in a git commit message via command line? [duplicate]
Trying to take this one step further, how could this work in a standard bash shell:
git commit -m 'cracked enigma's code'
Could this simply be done with backslash-escaping like so:
git commit -m ...
1
vote
3answers
61 views
Automatically feed input to Linux command line
If I have a linux command that prompts for 2 or more input, how can these inputs be passed to the prompt by defining it in the command line? Is there something you can add behind the command to do ...
2
votes
1answer
96 views
Git post-checkout - how to reject push if Composer installation fails
So I've set up a post-checkout hook on my server that will run Composer
#!/bin/sh
# Composer Git Checkout Hook
PROJECT_NAME=example.com
cd /home/www/$PROJECT_NAME/htdocs
unset GIT_DIR
# Process ...
2
votes
1answer
125 views
setgid bit not preserved by git on new directory in `.git` folder?
I have a bare git repository setup for user fred:
/home/fred/foo.git
I have set the group of every file in foo.git to bar:
$ chown -R fred:bar /home/fred/foo.git
(Note that fred is not a member ...
1
vote
1answer
94 views
Adding git branch on the Bash command prompt
I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. (while keeping my current path which shows the active directory/file intact)
I have a .bashrc ...
2
votes
3answers
189 views
Bash shell script error sh: [: missing `]'
Aim:
I'm trying to create a useful shortcut for initializing a git repo locally, and simultaneously creating a remote repo origin on bitbucket or github. This function is added to my .bashrc file in ...
0
votes
1answer
98 views
Why does git freeze on git-credential-osxkeychain sometimes?
When I do cd some-repo; git push origin master in my bash terminal, it doesn't ask me for username/password because I guess git has already saved that (it was so long ago that I don't remember the ...
1
vote
1answer
54 views
Is it possible to pre-evaluate a value in bash's PS1?
I'm trying to build a Bash prompt which will have both my git branch information (using __git_ps1 from git's bash-completion) and a little colored smiley to indicate whether the most recently run ...
0
votes
2answers
44 views
How can I signal EOF to the Git Bash terminal?
I'm writing a command line tool. One of the things this tool can do (certainly not uniquely) is read it's input from stdin. I was testing this interactively (by typing input, rather than cat'ing a ...
0
votes
2answers
81 views
Creating a text file via SSH shell
I am trying to create a BASH shell script that runs through SSH on my shared hosting account to automate the git website control system detailed in:
http://danielmiessler.com/study/git/#website.
So ...
4
votes
2answers
113 views
Pass “file name” from a text file to a command line where each line of a file is file name
I'm running the following code
git log --pretty=format: --numstat -- SOMEFILENAME |
perl -ane '$i += ($F[0]-$F[1]); END{print "changed: $i\n"}' \
>> random.txt
What this does is it ...
0
votes
1answer
48 views
Add commit author as sender for hook/post
When someone makes a commit, I want the author to be set as the sender. I've narrowed down this piece of code in post-receive
send_mail()
{
if [ -n "$envelopesender" ]; then
...
0
votes
1answer
46 views
Version control of dotfiles with machine-specific changesets
I store dotfiles in a git repo, however I do have different set of local changes for .gitconfig (which is under version control) - it may be different environment (autocrlf true) or different ...
1
vote
2answers
96 views
Bash Folder-File coloring in msysgit on Windows?
I am using msys Git in Windows. I have already gotten coloring for my prompt via setting the PS1 variable in .bashrc.
However - I am also looking to get standard bash coloring - for example, a ...
0
votes
2answers
56 views
Define a core.pager in Git using bash variables
I would like to set core.pager in order to manage long lines wrapping text. In order to do it I use this command:
$ GIT_PAGER="fold -sw $COLUMNS" git log
I tried to set core.pager, but Bash ...
2
votes
2answers
79 views
git diff filtered by file name
I would like the results of git diff to be filtered by the file name.
In particular, I want a diff for all of the files named "AssemblyInfo.cs", but located anywhere within the git repository.
I am ...
0
votes
0answers
68 views
Options to emacsclient as git editor in windows
I have emacsclient as my git core.editor. My emacs-server opens a new window in the existing emacs frame, with the correct content.
Now I want emacsclient to open in a new frame whenever I run git ...
4
votes
4answers
156 views
How to use mingw32 when installing a distutils package?
I've come across a github project which I am trying to install and run it but I've run into some problems. I've also put this up as an issue. The entire pip log is available there.
The problem ...
0
votes
0answers
37 views
Is mingw32's bin directory the same as git-bash's bin directory?
I am trying to follow the directions from error: Unable to find vcvarsall.bat.
I found the solution, as I had the exact same problem with installing amara. I had mingw32 installed but distutils ...
2
votes
2answers
96 views
Starting with Git: How can I set the directory to work in?
Very basic beginner question on Git, from someone with very little command line experience.
I have Git Bash open.
I have been following this very useful guide, which I have understood up to a point.
...
5
votes
4answers
193 views
How can I call 'git pull' from within Python?
Using the github webhooks, I would like to be able to pull any changes to a remote development server. At the moment, when in the appropriate directory, git pull gets any changes that need to be made. ...
2
votes
2answers
107 views
How to git clone dotfiles into my home directory with one command?
When you do a typical "git clone https://github.com/foo/bar.git" you get a folder in the current directory with all the files found in that directory.
What I'm looking for is an optional command line ...

