beroca / shell

shell
0 stars 0 forks source link

git commands #11

Open beroca opened 11 months ago

beroca commented 11 months ago

git commands

beroca commented 11 months ago

intellij

git fetch origin master:master --recurse-submodules=no --progress --prune

16:33:33.468: [../../ONEmasterdata] \
git \
-c credential.helper= \
-c core.quotepath=false \
-c log.showSignature=false \
fetch origin master:master \
--recurse-submodules=no \
--progress \
--prune
From https://github.wdf.sap.corp/re-wunder/ONEmasterdata
   cf1016a73a..9c8b87a2cc  master     -> master

git fetch origin mdo-milestone:mdo-milestone --recurse-submodules=no --progress --prune

16:43:43.570: [../../ONEmasterdata] \
git \
-c credential.helper= \
-c core.quotepath=false \
-c log.showSignature=false \
fetch origin mdo-milestone:mdo-milestone \
--recurse-submodules=no \
--progress \
--prune
From https://github.wdf.sap.corp/re-wunder/ONEmasterdata
   738dc0b079..554ad340dc  mdo-milestone -> mdo-milestone
beroca commented 7 months ago
git --no-pager log --pretty=format:"%cd %H %s %d" --max-count=10 --date=iso8601-strict
beroca commented 6 months ago
git log --pretty=format:"%cI %H %an %s" --max-count=10