Terminal doesn't display commits/Problems with git-standup
See original GitHub issueHi there, and thanks for this cool tool! 😄
I have set up everything, but I’m unable to see the git stuff. The problem for me is that standup-helper.sh
is looking for git-standup
in a place where it is not located.
I installed git-standup
with sudo npm install -g git-standup
(maybe I should do this in another way).
Any suggestions?
I also have problems with the fonts/emojis, but I can open another issue if you would like.
Issue Analytics
- State:
- Created 6 years ago
- Comments:38 (15 by maintainers)
Top Results From Across the Web
Git commit through Integrated Terminal doesn't work #60294
Steps to Reproduce: Open a git repository directory in VS code, and stage any changes; Enter git commit in integrated terminal; Enter commit...
Read more >Git commit in terminal opens VIM, but can't get back to terminal
I did run into one problem though, I had to set a --wait flag: git config --global core.editor "subl --wait" . This prevents...
Read more >Why I Git Commit Too Much - Atomic Spin
Why I Git Commit Too Much · 1. They simplify code review. Small commits make code review much easier. · 2. They help...
Read more >How to Install and Configure the Tiny Care Terminal Dashboard
# List of folders to look into for `git` commits, comma separated. I have all of my projects inside of the code/ directory,...
Read more >Ubuntu Manpage: git-standup - Recall the commit history
-g Display if commit is GPG signed (G) or not (N) in commit message. -f Fetch the latest commits before showing commit history....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jackmransom @DanielAndreasen 1.0.8 tagged! Let me know if it fixes your problems!
I’m seeing this myself with Windows Bash. When I update tiny-care-terminal, I get the following issue:
npm WARN deprecated phantom@0.8.4: v1 is no longer maintained, please upgrade to v2.0+ as soon possible. npm WARN deprecated win-spawn@2.0.0: use cross-spawn or [cross-spawn-async](https://gi thub.com/IndigoUnited/node-cross-spawn-async) instead. npm WARN deprecated node-uuid@1.3.3: Use uuid module instead /usr/bin/tiny-care-terminal -> /usr/lib/node_modules/tiny-care-terminal/care.js /usr/lib ├── UNMET PEER DEPENDENCY git-standup@^2.1.8 └── tiny-care-terminal@1.0.8
I can install git-standup by itself though w/o error. I just uninstalled/reinstalled to be sure I had the latest, but yep, no git commits. Is there a way for me to debug to provide more information?