Skip to content

Instantly share code, notes, and snippets.

View raja-ashok's full-sized avatar

Raja Ashok raja-ashok

View GitHub Profile
@pescobar
pescobar / build-git.sh
Created October 5, 2015 07:14
compile git with openssl instead of gnutls
#!/usr/bin/env bash
# Clear out all previous attempts
rm -rf "/tmp/source-git/"
# Get the dependencies for git, then get openssl
sudo apt-get install build-essential fakeroot dpkg-dev -y
sudo apt-get build-dep git -y
sudo apt-get install libcurl4-openssl-dev -y
mkdir -p "/tmp/source-git/"
@prograhammer
prograhammer / git-cheat-sheet.md
Last active June 26, 2024 01:01
Git cheat sheet for some useful Git commands and command scenarios.