Αποτελέσματα Αναζήτησης
14 Ιουν 2021 · 13 Answers. Sorted by: 1962. For full path names of changed files: git log --name-only. For full path names and status of changed files: git log --name-status. For abbreviated pathnames and a diffstat of changed files: git log --stat. There are a lot more options.
Advanced Git log. The purpose of any version control system is to record changes to your code. This gives you the power to go back into your project history to see who contributed what, figure out where bugs were introduced, and revert problematic changes.
Latest source Release. 2.47.0 Release Notes (2024-10-06) Download for Windows. GUI Clients. Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific experience. View GUI Clients →. Logos.
NAME. git-log - Show commit logs. SYNOPSIS. git log [<options>] [<revision-range>] [[--] <path>… DESCRIPTION. Shows the commit logs. List commits that are reachable by following the parent links from the given commit (s), but exclude commits that are reachable from the one (s) given with a ^ in front of them.
20 Σεπ 2024 · Download SmartGit - SmartGit is a graphical Git client with support for GitHub, Bitbucket and GitLab. SmartGit runs on Windows, macOS and Linux.
Download Fork for Windows. Windows 7+. $59.99, free evaluation. Commit List - Working Directory Changes - Side by Side Diff - Repository Manager Summary and Statistics. GitHub Notifications. Fork gently informs you about GitHub notifications without being annoying.
The git log command is a tool used for examining a repository’s history and finding a particular version of a project. Log output can be personalized differently, from filtering commits to displaying them in an entirely user-defined format.