GIT-VERSION-FILE.in Makefile: refactor GIT-VERSION-GEN to be reusable Dec 7, 2024 GIT-VERSION-GEN Merge branch 'ps/build-meson-fixes' Feb 4, 2025 INSTALL Require Perl 5.26.0 Oct 24, 2024 LGPL-2.1 provide a copy of the LGPLv2.1 May 20, 2011 Makefile Merge branch 'ds/backfill' Feb...
Similar to --show-origin in that it augments the output of all queried config options with the scope of that value (worktree, local, global, system, command). --get-colorbool <name> [<stdout-is-tty>] Find the color setting for <name> (e.g. color.diff) and output "true" or "...
We assume that you are filtering for a file foo in this commit graph: .-A---M---N---O---P---Q / / / / / / I B C D E Y \ / / / / / `---' X The horizontal line of history A---Q is taken to be the first parent of each merge. The commits are: I is the...
Note that this will rewrite history and change all of the Git object IDs in your repository, just like the export version of this command. For more information, readgit-lfs-migrate(1). You can confirm that Git LFS is managing your PSD file: ...
You'll have to create this file yourself. If you're unsure where to put your global .gitignore file, your home directory isn't a bad choice (and makes it easy to find later). Once you've created the file, you'll need to configure its location with git config: $ touch ~/.git...
About GitLab About the Handbook Acquisitions Handbook Board of Directors and Corporate Governance CEO Customer Success Engineering Enterprise Data Team Entity-Specific Information Executive Business Administrators Finance GitLab Alliances Handbook GitLab Channel Partner Program GitLab Communica...
file, a directory, or a symlink reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug grep Print lines matching...
Monitoring of GitLab.com On-Call Open Source at GitLab Performance Policies related to GitLab.com R&D Tax Credits Recognition in Engineering Releases Root Cause Analysis Starting new teams Unplanned Upgrade Stop Workflow Volunteer Coaches for URGs Enterprise Data Team Entity-Specifi...
If you suspect that a particular Git LFS object is in your current HEAD, or on a particular branch, you can usegit grepto find the file path that references it: # find a particular object by OID in HEAD$ git grep 3b6124b8b01d601fa20b47f5be14e1be3ea7759838c1aac8f36df4859164e4cc...
; assert(success);// Make sure topic branch is goneassert([repo findLocalBranchWithName:@"temp"error:NULL] ==nil);// Update workdir and index to match HEADassert([repo resetToHEAD:kGCResetMode_Hard error:NULL]); Complete Example #1: GitDown...