Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom remotes & only run git-dude when I'm active #43

Merged
merged 4 commits into from
Apr 22, 2017

Conversation

holmboe
Copy link
Contributor

@holmboe holmboe commented Aug 15, 2016

No description provided.

It is of no use to me to get notifications while I am away from the
keyboard, i.e. when the screensaver is active.
Whenever I have a forked repository at Github, I am more interested in
changes that happen in the upstream repository, rather than my own fork.
This allows me to specify which remote I want git-dude to monitor, like
so:

```bash
$ git config dude.remote upstream
```

With a Git remote configuration like the below, it will monitor the
upstream repo instead of my fork:

```bash
$ git remote -v
origin  git@github.com:holmboe/salt.git (fetch)
origin  git@github.com:holmboe/salt.git (push)
upstream        git://github.com/saltstack/salt.git (fetch)
upstream        git://github.com/saltstack/salt.git (push)
```
@holmboe holmboe changed the title Don't run git-dude if screensaver active Support for custom remotes & only run git-dude when I'm active Aug 15, 2016
@ku1ik
Copy link
Owner

ku1ik commented Apr 22, 2017

Hey! I'd prefer if unrelated changes were in separate PRs, but the commits are focused so let's do this :)

Thanks for your contribution!

@ku1ik ku1ik merged commit 54ae1f0 into ku1ik:master Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants