Newer
Older
cactus / git.sh
@agalyaramadoss agalyaramadoss on 16 Feb 174 bytes version update with 21
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://gitbucket.heaerie.com/git/agalyadoss/cactus.git
git push -u origin main