Top "Github-for-mac" questions

GitHub for Mac or github:mac is an OS X client for the GitHub social coding community.

GitHub Client on OS X Commit Fail ("Failed to add file ...)

I am trying to commit changes I have made to my code (as usual) from my GitHub client on my …

git github laravel laravel-4 github-for-mac
Discard all changes in Github Desktop (Mac)

How to discard all changes in Github desktop (mac), comparing to the latest commit? It is possible to click on …

github github-for-mac
Github README.md and readme.md - how to delete one?

Somehow I endup with having README.md and readme.md on github. Now these two influence each other so my …

git github github-for-mac
Git Hub Desktop on Mac, error: cannot run gpg: No such file or directory

Trying to commit my changes by using GitHub Desktop and getting this: error: cannot run gpg: No such file or …

macos github git-commit github-for-mac
Can we use the Github mac app with GitLab?

I like the GitHub Mac app, which I use with my GitHub account. I have joined a GitLab project and …

macos gitlab github-for-mac
Git pre-commit hook failing in GitHub for mac (works on command line)

I've created a very simple pre-commit script:- #!/usr/bin/env sh # Run tests npm test if [ $? -ne 0 ]; then echo "…

git github atlassian-sourcetree github-for-mac
Is there a way to make GitHub Desktop rebase a branch against master?

When I choose "update from master", it creates a merge commit. I'd rather just have it re-base. Is this possible?

github-for-mac
Using git from the command line after installing Github for Mac

I installed Github for Mac, which works fine, but I can't run git commands from Terminal. Do I have another …

macos git github github-for-mac
"Clone in Mac' fails on GitHub. Takes me to download page every time

I've reinstalled, uninstalled, restarted but "Clone in Mac' on any repository page fails and takes me to the GitHub download …

macos git osx-mountain-lion github-for-mac
Upstream pulls with the GitHub desktop client

I can't seem to find an option to perform a 'git pull upstream master' using the Mac desktop client for …

git github github-for-mac