Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git commit -a -m 'm.c1.1' [master 4cf633d] m.c1.1 1 file changed, 1 insertion(+), 1 deletion(-) Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git push origin master Counting objects: 3, done. Writing objects: 100% (3/3), 260 bytes | 0 bytes/s, done. Total 3 (delta 0), reused 0 (delta 0) To https://gitbud.epam.com/Ihor_Yanenko/proj_123.git 7274111..4cf633d master -> master Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git checkout -b feature3 Switched to a new branch 'feature3' Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git commit -a -m 'f3.c1' On branch feature3 nothing to commit, working directory clean Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git commit -a -m 'f3.c1' [feature3 f3a749f] f3.c1 1 file changed, 1 insertion(+), 1 deletion(-) Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git commit -a -m 'f3.c2' [feature3 06ec395] f3.c2 1 file changed, 1 insertion(+), 1 deletion(-) Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git commit -a -m 'f3.c4' [feature3 158d2a1] f3.c4 1 file changed, 1 insertion(+), 1 deletion(-) Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git push origin feature3 Counting objects: 9, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (9/9), 731 bytes | 0 bytes/s, done. Total 9 (delta 0), reused 0 (delta 0) To https://gitbud.epam.com/Ihor_Yanenko/proj_123.git * [new branch] feature3 -> feature3 Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (feature3) $ git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git merge feature3 Updating 4cf633d..158d2a1 Fast-forward init.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git push origin master Total 0 (delta 0), reused 0 (delta 0) To https://gitbud.epam.com/Ihor_Yanenko/proj_123.git 4cf633d..158d2a1 master -> master Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git log 5 fatal: ambiguous argument '5': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' Ihor_Yanenko@EPUAKHAW1068 MINGW32 /d/proj_123 (master) $ git log commit 158d2a13bbe8ab93bd08658e76a7f3bb8cc04e5d Author: ihor_yanenko Date: Tue Apr 18 16:30:01 2017 +0300 f3.c4 commit 06ec39578828d080899a899cf8c5c574d1279c2c Author: ihor_yanenko Date: Tue Apr 18 16:29:51 2017 +0300 f3.c2 commit f3a749fc97b101cd87931ae31bdc11540899eb3a Author: ihor_yanenko Date: Tue Apr 18 16:29:45 2017 +0300 f3.c1 commit 4cf633d0a2d4b539531e15e53e1956d08599d64c Author: ihor_yanenko Date: Tue Apr 18 16:28:42 2017 +0300 m.c1.1 :...skipping... commit 158d2a13bbe8ab93bd08658e76a7f3bb8cc04e5d Author: ihor_yanenko Date: Tue Apr 18 16:30:01 2017 +0300