1. 03 Mar, 2020 1 commit
  2. 18 Feb, 2020 1 commit
  3. 15 Feb, 2020 1 commit
  4. 13 Sep, 2019 1 commit
  5. 23 Aug, 2019 1 commit
  6. 20 Aug, 2019 1 commit
  7. 15 Jun, 2019 1 commit
  8. 21 May, 2019 1 commit
  9. 10 Apr, 2019 1 commit
  10. 09 Apr, 2019 2 commits
  11. 07 Apr, 2019 1 commit
    • Asatur Meltonyan's avatar
      git: add 'gtl' alias to list tags matching a pattern (#7629) · 046d49f7
      Asatur Meltonyan authored
      1. List the tags that match the pattern(s) passed through the argument.
      2. Displays the first line of the annotation message along with the tag, or the line of the first commit message if the tag is not annotated.
      3. Sorts and displays tags in descending order.
      046d49f7
  12. 02 Apr, 2019 1 commit
  13. 31 Mar, 2019 1 commit
  14. 29 Mar, 2019 2 commits
  15. 25 Mar, 2019 1 commit
  16. 10 Mar, 2019 1 commit
  17. 30 Jan, 2019 1 commit
  18. 29 Jan, 2019 1 commit
  19. 20 Jan, 2019 1 commit
  20. 12 Sep, 2018 7 commits
  21. 29 Aug, 2018 1 commit
  22. 23 Aug, 2018 1 commit
  23. 15 Aug, 2018 1 commit
  24. 13 Aug, 2018 1 commit
  25. 30 Jun, 2018 1 commit
  26. 12 Jun, 2018 1 commit
  27. 20 May, 2018 1 commit
  28. 25 Apr, 2018 1 commit
  29. 07 Nov, 2017 2 commits
  30. 01 Nov, 2017 1 commit
  31. 17 Dec, 2016 1 commit
    • Felipe Guilherme's avatar
      Add git alias for staging tracked files (#5178) · 456341fd
      Felipe Guilherme authored
      Although `gaa` (git add --all) is cool, it stages every file, tracked or
      not, if it is not on .gitignore.
      
      Sometimes we want to just stage everything we are working on, that is
      already tracked. For that reason, 'gau' can save us some time.
      456341fd