এটি সবই উপলব্ধিযোগ্য জিনিস। গিট সাধারণত চলনগুলি স্বীকৃতি দেওয়ার চেয়ে বরং ভাল, কারণ জিআইটি একটি সামগ্রী ট্র্যাকার
আপনার "স্ট্যাটাস" এটিকে কীভাবে প্রদর্শন করে তা হ'ল সত্যই নির্ভর করে। এখানে পার্থক্যটি হ'ল-এম পতাকা।
গিট লগ - স্ট্যাট-এম
commit 9c034a76d394352134ee2f4ede8a209ebec96288
Author: Kent Fredric
Date: Fri Jan 9 22:13:51 2009 +1300
Category Restructure
lib/Gentoo/Repository.pm | 10 +++++-----
lib/Gentoo/{ => Repository}/Base.pm | 2 +-
lib/Gentoo/{ => Repository}/Category.pm | 12 ++++++------
lib/Gentoo/{ => Repository}/Package.pm | 10 +++++-----
lib/Gentoo/{ => Repository}/Types.pm | 10 +++++-----
5 files changed, 22 insertions(+), 22 deletions(-)
গিট লগ - স্ট্যাট
commit 9c034a76d394352134ee2f4ede8a209ebec96288
Author: Kent Fredric
Date: Fri Jan 9 22:13:51 2009 +1300
Category Restructure
lib/Gentoo/Base.pm | 36 ------------------------
lib/Gentoo/Category.pm | 51 ----------------------------------
lib/Gentoo/Package.pm | 41 ---------------------------
lib/Gentoo/Repository.pm | 10 +++---
lib/Gentoo/Repository/Base.pm | 36 ++++++++++++++++++++++++
lib/Gentoo/Repository/Category.pm | 51 ++++++++++++++++++++++++++++++++++
lib/Gentoo/Repository/Package.pm | 41 +++++++++++++++++++++++++++
lib/Gentoo/Repository/Types.pm | 55 +++++++++++++++++++++++++++++++++++++
lib/Gentoo/Types.pm | 55 -------------------------------------
9 files changed, 188 insertions(+), 188 deletions(-)
গিট সহায়তা লগ
-M
Detect renames.
-C
Detect copies as well as renames. See also --find-copies-harder.
old_file.txt, তারপরgit mv old_file.txt new_file.txtসমতূল্যgit rm --cached old_file.txt,mv old_file.txt new_file.txt,git add new_file.txt।