Search Articles — Sudonull

Search Results

In this project

Git Log Analysis: Hidden Data on Team and Project Metrics

https://sudonull.com/git-log-analysis-hidden-data-on-team-and-project-metrics

Learn how to extract insights about developers and the project from Git logs. Methods for analyzing email, commits, and tasks for technical specialists.

Git bundle and SHA-256 for code transfer

https://sudonull.com/git-bundle-and-sha-256-for-code-transfer

Learn how to record software transfer via Git bundle and SHA-256 hash in acts. Avoid disputes: precise repository verification for developers. Practical commands.

Secure Obsidian Sync: Git and Encryption

https://sudonull.com/secure-obsidian-sync-git-and-encryption

Step-by-step guide to setting up Obsidian sync with Git and git-crypt. Keep your notes private with end-to-end encryption. Read the instructions.

Evil merge in Git: malware in merge commit

https://sudonull.com/evil-merge-in-git-malware-in-merge-commit

Learn how malware was injected into Git merge commits. Obfuscation via blockchain, detector in Go. Tools for CI/CD and repository protection. Scan history now.

Gramax — open-source docs-as-code with Git

https://sudonull.com/gramax-open-source-docs-as-code-with-git

Gramax replaces GitBook: Git integration, AI search, visual Markdown editor. Repository setup in minutes. Full data control for developers. Learn the migration guide.

From the web

Git

https://git-scm.com/

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is lightning fast and has a huge ecosystem …

Git · GitHub

https://github.com/git-guides

Git is a distributed version control software. Version control is a way to save changes over time without overwriting previous versions. Being distributed means that every developer working with a Git …

Git - Install for Windows

https://git-scm.com/install/windows

Git for Windows/x64 Portable. Git for Windows/ARM64 Portable. Using winget tool Install winget tool if you don't already have it, then type this command in command prompt or Powershell. winget install - …

Git - Wikipedia

https://en.wikipedia.org/wiki/Git

Git (/ ɡɪt / ⓘ [8]) is a distributed version control software system [9] that is capable of managing versions of source code or data. It is often used to control source code by programmers who are developing …

Git · GitHub

https://github.com/git

Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/).

Git for Windows

https://gitforwindows.org/

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and …

Git Tutorial - W3Schools

https://www.w3schools.com/git/default.asp

Git is a free, open source tool that helps you save and manage different versions of your files and code. With Git, you can work with others, keep track of changes, and undo mistakes.

Git - Documentation

https://git-scm.dev/doc

Pro Git The entire Pro Git book written by Scott Chacon and Ben Straub is available to read online for free. Dead tree versions are available on Amazon.com.

Git Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/git/git-tutorial/

3 days ago · Git is an open-source distributed version control system that helps teams track and manage code changes, collaborate seamlessly and work on projects of any size. It keeps a history of …

Install and set up Git - Azure DevOps | Microsoft Learn

https://learn.microsoft.com/en-us/devops/develop/git/install-and-set-up-git

Nov 28, 2022 · Learn how to install and configure Git on Windows, macOS, and Linux.

Trending Now