Git Product home page Git Product logo

terminal-helper's Introduction

Welcome / Mabuhay / Moin ๐Ÿ‘‹

Hi, I am an aviation enthusiast and software developer from Germany. Most of the time I work with TYPO3 at Constructiva Solutions GmbH.

๐Ÿ”ง Technologies & Tools

To simplify the maintenance this list is a mix of Tools, OS, Editors and whatnot I use in both my free time and daily business. Furthermore it is NOT intended to be complete. You're invited to start a discussion when you want to know more.

terminal-helper's People

Contributors

an-constructiva avatar nostadt avatar

Stargazers

 avatar

Watchers

 avatar

terminal-helper's Issues

Drop pma / mailhog alias

Both can be reached easily using ddev launch [-p|-m].

Would be a BR. So, should lead to new major version

Prepare v3.0.0

  • Version is updated where necessary
  • README.md is reflecting latest version
  • created tag v3.0.0
  • thought about what else could be required

Drop certain custom git commands and move to git alias syntax

Currently custom git commands have git-* as syntax. In order to be more close to core commands it could be neat work with actual git commands, hence register them with git alias.

https://github.com/AMartinNo1/terminal-helper/blob/v2.1.0/scripts/.git.sh

Examples:

  • git-graph > git graph

  • git-push-with-tags > git push-with-tags

  • git-branch DROP

  • git-branch-simple DROP // use git branch --show-current

  • git-amend > git amend

  • git-update-commit-date > git update-commit-date

  • git-master > git master

  • git-develop > git develop

  • git-describe-edit > git description-edit

  • git-describe > git description

Advantage:

  • Most syntax is overall is the same. Just the dash is dropped.
  • Auto completion displays alias (zshrc shell noticed). What it does is more transparent

image

Introduce command/script generating the next tag for a project following YYYY.CW.patch schema

AC:

  • Shows the last two tags for informative reason
  • Validates the working directory and exits if it's not a git-repository.
  • Outputs the new tag

CW means calendar week. Example: 2021.48.0

Additional note: This tag schema should not be used for composer packages which will be required by other. Use it for website projects for example where you only need/want a basic but informative tag history.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.