What does origin mean in git?

git origin master what are the origin and master here, respectively?

Aug.11,2021

origin is the default remote version library name
you can modify it in .git / config
master is the default main branch name


origin corresponds to the alias of your repo address

~/coding/feeluown > git remote -v
origin    git@github.com:cosven/feeluown.git (fetch)
origin    git@github.com:cosven/feeluown.git (push)

master is the branch name.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39a12-2c1c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39a12-2c1c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?