install git ubuntu

$ sudo apt install git
Source: git-scm.com

How to install Git in Ubuntu?

sudo apt-get update -y
 
sudo apt-get install git -y
 
git version

install git ubuntu

sudo apt install git-all

git in ubuntu

## set your git name and email
git config --global user.name "your username"
git config --global user.email "your email"
## then try to clone a repo
git clone <git-repo-url>

## after that if you are not loged in then git will ask for username and password
## provide the username and password (use personal access token insted of password)
## If you want to avoid providing a username and password every time, you can just store that username and password.
git config --global credential.helper store

## you can check the configaretion with this command
nano ~/.gitconfig
## The username and password will be saved in the file ~/.git-credentials. in the format
nano ~/.git-credentials

## You can also opt for cache to store the username and password instead of disk.
git config --global credential.helper cache

how to install git in ubuntu ?

sudo add-apt-repository ppa:git-core/ppa && sudo apt update && sudo apt install git

Shell/Bash相关代码片段

npm not working

shell parameter expansion

shell string manipulation

shell manipulation

download skype deb

fish shell batch process file

lualatex install

git get folder from one repo to another

create virtual hosts in rocky linux

ubuntu docker image

dotnet remove package from cache

brew cdk not found

STEAM LINUX APEX NOT WORKING

unrar password protected rar file

alias pip to pip3

zsh compinit

linux check docker daemon running

git how to uncommit a commit --amend

remove containers with images and volumns

tauri cargo

can you upgrade the ram in msi p65 creator

ubuntu ssh add private keys

ssh-copy-id proxy jump

postgresql shell

powershell allow port 27017 udp tcp

ufw allow from interface

mac compress folder

shell escape

bash scripting cheat sheet

how to install prisma

uploadthing install

docker pull stuck on waiting

golang nodemon

powershell alias for git

winetricks.sh

gnome software not showing nvidia

sed remove lines between matches

cannot install dotenv python

Download ProtonVPN Fedora

give file execute permission mac

git diff show only changed lines

WINE keyrings setup

install opencv runtime only on linux ubutnu

Wine PGP key setup

smartctl fedora install

linux reload sysctl.conf

npm install formidable

docker build print logs

kill connection using process id

connections to port netstat command windows

linux adapter command

see existing users linux

resolv.conf search

nativefier ubuntu

ubuntu dart sdk path flutter

kubernetes ssh into pod

pass variable from one script to another bash

rm nvidia driver linux ubuntu

ngrok for ubuntu

where are pip packages installed

git authen failed

bun list global packages

ubuntu os update login black screen

adb packages path

windows command create file

swithc pphh versoij ubuntu

apache2 installation missing files

uninstall simple screen recorder

insteall .deb

cpptraj rmsd each traj

kill all dockers

upgrade to rustc 1.70.0

ubuntu search process by pid

Shell/cURL POST request example

grep word not line

how to uninstall nvm itself ubuntu

parameterized function in shell script

windows 10 symbolic link folde

zustand redux

open terminal in any folder in finder