The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sam_clubb.git
> git init /home/jenkins/workspace/sam_clubb_silhs_gfortran_build # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --progress https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/sam_clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/DYCOMS2_modification
Seen branch in repository origin/GABLS3_night_addition
Seen branch in repository origin/esrl_tak_16June2013
Seen branch in repository origin/grid_fixes
Seen branch in repository origin/master
Seen branch in repository origin/newvars
Seen branch in repository origin/readiopdata_nf90
Seen branch in repository origin/sam_clubb_r1061_pnnl
Seen branch in repository origin/sam_clubb_r1406_pnnl
Seen branch in repository origin/sam_clubb_r1630_pnnl
Seen branch in repository origin/sam_clubb_r929_pnnl
Seen branch in repository origin/sam_clubb_r946_pnnl
Seen branch in repository origin/sam_clubb_r953_pnnl
Seen branch in repository origin/upwp_budget_sdomke
Seen branch in repository origin/wangara_updates
Seen 15 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 1d226e398bae00fe10255274a70f3451b5cc7d9e (origin/wangara_updates)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1d226e398bae00fe10255274a70f3451b5cc7d9e # timeout=10
Commit message: "A few more updates to Wangara case: increasing top height to ~3200m, and removing a few lines from "lsf" file to be consistent with CLUBB (see commit https://github.com/larson-group/clubb/commit/381f3bdb88f44996263d03501401562e39717b25)."