Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
Oh shit, git! - few tips and tricks how to solve common problems with Git on plain English. Nice Friday reading

#git #friday

http://ohshitgit.com/
​​Git Interactive Rebase Tool - very interesting CLI utility that helps to perform a git rebase command. Check out the gif animations to see how it works. The project has only ★ 36 so far on GitHub, hovewer it looks very useful. Written in Rust.

#git #cli #rust
​​GRV - Git Repository Viewer (★2689) is a terminal based interface for viewing git repositories. It allows refs, commits and diffs to be viewed, searched and filtered.

Features:

• Commits and refs can be filtered using a query language.
• Changes to the repository are captured by monitoring the filesystem allowing the UI to be updated automatically.
• Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
• Vi like keybindings by default, key bindings can be customised.
• Custom themes can be created.

#git #terminal #ui
​​git-chglog (★ 235) is the CHANGELOG generator.

● High portability
• It works with single binary. Therefore, any project (environment) can be used.
● Simple usability
• The CLI usage is very simple and has low learning costs.
• For example, the simplest command is $ git-chglog.
● High flexibility
• Commit message format and ...
• CHANGELOG's style (Template) and ...
• etc ...

#git #changelog #go