git-ghost icon indicating copy to clipboard operation
git-ghost copied to clipboard

Synchronize your working directory efficiently to a remote place without committing the changes.

Results 16 git-ghost issues
Sort by recently updated
recently updated
newest added

I attached a tip that compiled binary will be located in `dist` folder. It could be helpful for those who are not familiar to golang.

Fixes #16 It looks for a commit that is an ancestor of `HEAD` and included in any branch in the `origin`.

currently 'from-hash''s defualt value is `HEAD`. ``` $ git ghost push --help ... Usage: git-ghost push [from-hash(default=HEAD)] [flags] ``` However, if user's working repo is like ``` * Unsataged changes...

I found that untracked (in terms of git) files are not synchronized. Is this by design? This can be a trap if you don't understand, and I think it's rather...

[goreleaser](https://github.com/goreleaser/goreleaser) is very useful so we may be able to utilize it to release new versions more easily.

I refactored the commands so they don't get initialized when the package is loaded.

To support full commits, I used `_` as a special character to indicate `before the first commit` because there's no commit hash for it. When `_` is specified for the...

Since changes in subtrees can be saved in the parent repo, we should handle it in git-ghost as well. I'm not sure if the current implementation can handle it, so...

We can provide homebrew installation after making the repo public so it can be installed easily for Mac users.