Skip to content

Tormix Blog – Web development

Tips and tutorials

  • PHP Tips
  • Yii (Yii 2)
  • Joomla
  • JavaScript
    • jQuery
    • NodeJS
    • Angular
  • Site map

Tags

  • .htaccess
  • Apache
  • api
  • commands
  • composer
  • configuration
  • database
  • debug
  • editor
  • email
  • error
  • errors
  • example
  • extension
  • firefox
  • fix
  • get
  • hosts
  • HTML
  • install
  • installation
  • JavaScript
  • Joomla
  • js
  • json
  • linux
  • MySQL
  • nginx
  • open
  • PHP
  • query
  • RAND
  • selectlist
  • server
  • set and get
  • show errors
  • sql
  • ubuntu
  • unix
  • utf-8
  • version
  • yii
  • yii2
  • zend_extension
  • zip

Categories

  • Browsers (1)
    • Fix (1)
  • Css (2)
  • Development (50)
    • .htaccess (2)
    • Data for testing (3)
    • Install (5)
    • Install environment (4)
    • SMS (1)
    • Sorting (2)
    • Test data (2)
    • XAMPP (1)
    • yii (15)
  • Git (1)
  • JavaScript (5)
    • jQuery (1)
    • Regular expressions (1)
  • Joomla (12)
    • Fixes (1)
    • Translate (1)
  • Laravel (1)
  • Linux / Unix (4)
  • PHP Tips (20)
  • Python (1)
  • SQL (6)
    • MariaDB (1)
    • MySQL (6)
    • Percona (1)
  • Yii2 (15)
  • Без рубрики (3)

Calendar

December 2019
M T W T F S S
« Oct    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Recent Posts

  • IP Address debug PHP
  • Yii2 join condition when you use viaTable
  • How to get current commit name in Git?
  • Relation “migration” already exists error while executing yii migrate
  • Work with ZIP-archives in PHP 5.2+

Tag: last commit

How to get current commit name in Git?

How to get current commit name in Git?

If you need to know current/actual commit name in your git repository then run this command:

git log -1

After executing you’ll see name of last applied commit.
Happy Giting!

Posted on 2017-09-22Categories GitTags actual commit, appied commit, commit name, git, git log, last commit, show history, version
Proudly powered by WordPress