My Linux Guide
  • Home
Sign in Subscribe

git

A collection of 2 posts
git-crypt

Secure Your Git Repositories with git-crypt and Git or Gitea

Learn how to use git-crypt with Gitea to securely encrypt sensitive files in your Git repositories. This guide covers both script-based and Dockerized methods for automating encryption and key management.
May 12, 2025 2 min read
git

GIT Common Commands and How Tos

To Discard Changes which have not yet been indexed to server , run this command : git stash save --keep-index git stash drop To Clone Git Repo on the local filesystem git clone file:////path/to/repo/project.git/ .
Jan 2, 2013
Page 1 of 1
My Linux Guide © 2025
Powered by Ghost