Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add credentials to git

git config user.name "your username"
git config user.password "your password"
Comment

add credentials git linux

# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600' 
Comment

PREVIOUS NEXT
Code Example
Shell :: env variable for access key and secret key in terraform 
Shell :: how to run shell script 
Shell :: portainer install 
Shell :: docker-compose build context tag own name 
Shell :: install aws cli version 2 on mac 
Shell :: add laravel installer to path 
Shell :: yarn remove 
Shell :: symfony unit test 
Shell :: replace delimiter for new line 
Shell :: bash compare two files 
Shell :: ubuntu start black screen 
Shell :: bash count lines 
Shell :: save docker update container state 
Shell :: git pull from commit 
Shell :: how to check command history in linux with date and time 
Shell :: float right in react js 
Shell :: how to globally uninstall npm package 
Shell :: xrandr 1366 
Shell :: git ignore for dart 
Shell :: update composer mac 
Shell :: générer clef ssh 
Shell :: install webstorm ubuntu 20.04 
Shell :: remove folder with content cmd 
Shell :: bash script command not found 
Shell :: how to mount windows folder on ubuntu 
Shell :: github git init main 
Shell :: x11 development libraries 
Shell :: there are insecure directories /usr/local/share/zsh 
Shell :: how to merge branch to master 
Shell :: jenkins store sh output in variable 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =