Charlie Rudolph-Ito
Charlie Rudolph-Ito
Could you please release a new version to get rid of the npm warning: ``` npm WARN package.json [email protected] No repository field. ``` This has already been fixed, but until...
I ran into an issue where unstick element was not working properly. `unStickElement` sets the `style` attribute to the initial style. However the initial style ngSticky cached isn't necessarily correct...
``` $ git hack feature [master] git fetch --prune --tags ... [master] git add -A [master] git stash Saved working directory and index state WIP on master: ... fatal: Unable...
Currently here are all the configuration values we are storing in the git config: * git-town.main-branch-name * git-town.perennial-branch-names * git-town..parent * git-town.code-hosting-driver * git-town.code-hosting-origin-hostname * git-town.github-token * git-town.pull-branch-strategy * git-town.offline...
When we change the directory in Go, it does not change the directory of the calling process. Thus if the folder you start in disappears during the process of running...
When running the configuration wizard, if the URL does match a driver, prompt the user to check if its a self hosted version or ssh identity. Extracted from https://github.com/Originate/git-town/pull/1040#discussion_r143540709
The undo functionality does not appear to work correctly with drivers as the updates to master do not get pushed up to the remote. Example output: Ship ``` ~/p/git-town-ship-test on...
We have a self hosted bitbucket where the host / repo urls do not follow the latest bitbucket driver. For this thoughts on allowing a user to provide a repo...
Not sure on the need of this but I have sometimes wanted to switch a branches parent and wanted all unique commits on that branch (relative to its current branch)...
Ran into a number of instances where prune branches uses -d instead of -D which results in an error. Not sure how this happens but will try to dig in...