š‡šžš«šž ššš«šž š¬šØš¦šž š¦šØš«šž šœšØš¦š¦ššš§šš¬ šŸšØš« š¦ššš§ššš š¢š§š  š­š”šž š†š¢š­

š‡šžš«šž ššš«šž š¬šØš¦šž š¦šØš«šž šœšØš¦š¦ššš§šš¬ šŸšØš« š¦ššš§ššš š¢š§š  š­š”šž š†š¢š­

"Here are more Git commands! git commit, git pull, git fetch, and git remote

Published Jul 9, 2024
šŸ‘‰ š•š¢šžš° š‘šžš¦šØš­šž š‘šžš©šØš¬š¢š­šØš«š¢šžš¬
`š š¢š­ š«šžš¦šØš­šž -šÆ` Lists the remote repositories configured for the current repository.
šŸ‘‰ š…šžš­šœš” š‚š”ššš§š šžš¬ šŸš«šØš¦ š‘šžš¦šØš­šž
`š š¢š­ šŸšžš­šœš”` Fetches changes from the remote repository without merging them into your working directory.
šŸ‘‰ šš®š„š„ š‚š”ššš§š šžš¬ šŸš«šØš¦ š‘šžš¦šØš­šž
`š š¢š­ š©š®š„š„ šØš«š¢š š¢š§ <š›š«ššš§šœš”_š§ššš¦šž>` Fetches changes and merges them into your local branch.
šŸ‘‰ š‚š«šžššš­šž šš š‘šžš¦šØš­šž šš«ššš§šœš”
`š š¢š­ š©š®š¬š” šØš«š¢š š¢š§ <š„šØšœššš„_š›š«ššš§šœš”_š§ššš¦šž>:<š«šžš¦šØš­šž_š›š«ššš§šœš”_š§ššš¦šž>` Pushes a local branch to create a new remote branch.
šŸ‘‰ š”š§ššØ š­š”šž š‹ššš¬š­ š‚šØš¦š¦š¢š­
`š š¢š­ š«šžš¬šžš­ š‡š„š€šƒ~1` Undoes the last commit, keeping the changes in your working directory.
šŸ‘‰ š€š¦šžš§š š­š”šž š‹ššš¬š­ š‚šØš¦š¦š¢š­
`š š¢š­ šœšØš¦š¦š¢š­ ā€” ššš¦šžš§š` Adds changes to the previous commit and allows you to edit the commit message.
šŸ‘‰ š’šžšž š‹šØš  šØšŸ š‚š”ššš§š šžš¬
`š š¢š­ š„šØš ` Displays the commit history.
šŸ‘‰ š’šžšž š‹šØš  š°š¢š­š” š†š«ššš©š”š¢šœššš„ š‘šžš©š«šžš¬šžš§š­ššš­š¢šØš§
`š š¢š­ š„šØš  ā€” š š«ššš©š” ā€” šØš§šžš„š¢š§šž ā€” ššš„š„` Shows a concise commit history with a graphical representation.
šŸ‘‰ š’šžšž š‚š”ššš§š šžš¬ š¢š§ š–šØš«š¤š¢š§š  šƒš¢š«šžšœš­šØš«š²
`š š¢š­ šš¢šŸšŸ` Shows changes in the working directory that are not staged.
Ā 

Comments