Lord-Lava / 100-Days-of-Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐‚๐ ๐๐Ž๐Ž๐“๐‚๐€๐Œ๐ ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Banner

GitHub release (latest by date including pre-releases) GitHub last commit GitHub pull requests Star on GitHub GitHub watchers GitHub contributors join discord community of GFG KIIT

๐€๐›๐จ๐ฎ๐ญ -

๐™ธ๐š—๐š๐š›๐š˜๐š๐šž๐šŒ๐š’๐š—๐š ๐š˜๐šž๐š› ๐šŠ๐š•๐š•-๐š—๐šŽ๐š  ๐™ฒ๐™ฟ ๐™ฑ๐™พ๐™พ๐šƒ๐™ฒ๐™ฐ๐™ผ๐™ฟ, ๐šŠ ๐šœ๐šŽ๐š›๐š’๐šŽ๐šœ ๐š˜๐š ๐šœ๐šŽ๐šœ๐šœ๐š’๐š˜๐š—๐šœ ๐š•๐š’๐š”๐šŽ ๐š—๐šŽ๐šŸ๐šŽ๐š› ๐š‹๐šŽ๐š๐š˜๐š›๐šŽ. ๐™ธ๐š ๐šข๐š˜๐šž ๐šŠ๐š›๐šŽ ๐š ๐š’๐š•๐š•๐š’๐š—๐š ๐š๐š˜ ๐š‘๐šŠ๐šŸ๐šŽ ๐šŠ ๐šœ๐š๐š›๐š˜๐š—๐š ๐šŒ๐š˜๐š–๐š–๐šŠ๐š—๐š ๐š˜๐šŸ๐šŽ๐š› ๐šข๐š˜๐šž๐š› ๐™ณ๐š‚-๐™ฐ๐š•๐š๐š˜ ๐šœ๐š”๐š’๐š•๐š•๐šœ ๐šŠ๐š—๐š ๐š–๐šŠ๐š”๐šŽ ๐™ฒ๐™ฟ ๐šข๐š˜๐šž๐š› ๐š‹๐šŽ๐šœ๐š ๐š๐š›๐š’๐šŽ๐š—๐š, ๐š๐š‘๐šŽ ๐š๐š’๐š–๐šŽ ๐š’๐šœ ๐™ฝ๐™พ๐š†!!!

๐๐จ๐ข๐ง๐ญ ๐ญ๐จ ๐ง๐จ๐ญ๐ž -

๐™ฐ๐š๐š๐šŽ๐š› ๐šŒ๐š•๐š˜๐š—๐š’๐š—๐š ๐š๐š‘๐šŽ ๐š›๐šŽ๐š™๐š˜๐šœ๐š’๐š๐š˜๐š›๐šข, ๐šŒ๐š›๐šŽ๐šŠ๐š๐šŽ ๐šŠ ๐š๐š˜๐š•๐š๐šŽ๐š› ๐š ๐š’๐š๐š‘ ๐šข๐š˜๐šž๐š› ๐š—๐šŠ๐š–๐šŽ ๐šŠ๐š—๐š ๐š›๐š˜๐š•๐š• ๐š—๐š˜. ๐šŠ๐šœ ๐š๐š‘๐šŽ ๐š๐š˜๐š•๐š๐šŽ๐š› ๐š—๐šŠ๐š–๐šŽ ๐šŠ๐š—๐š ๐šŠ๐š๐š ๐šŠ๐š•๐š• ๐š๐š‘๐šŽ ๐šŒ๐š˜๐š๐šŽ๐šœ ๐šŠ๐š—๐š ๐šŠ๐šœ๐šœ๐š’๐š๐š—๐š–๐šŽ๐š—๐š๐šœ ๐š’๐š—๐šœ๐š’๐š๐šŽ ๐š๐š‘๐šŠ๐š ๐š๐š˜๐š•๐š๐šŽ๐š›.

๐†๐ข๐ญ ๐‚๐จ๐ฆ๐ฆ๐š๐ง๐๐ฌ -

Command Description
git init Initialize a local Git repository
git clone ssh://git@github.com/[username]/[repository-name].git Create a local copy of a remote repository
git add [file-name.txt] Add a file to the staging area
git add -A Add all new and changed files to the staging area
git commit -m "[commit message]" Commit changes
git rm -r [file-name.txt] Remove a file (or folder)
git checkout -- [file-name.txt] Discard changes to a file
git push origin [branch name] Push a branch to your remote repository
git pull Update local repository to the newest commit
git pull origin [branch name] Pull changes from remote repository
git remote add origin ssh://git@github.com/[username]/[repository-name].git Add a remote repository
git log View changes
git log --summary View changes (detailed)
git log --oneline View changes (briefly)
git diff [source branch] [target branch] Preview changes before merging

๐“๐š๐›๐ฅ๐ž ๐จ๐Ÿ ๐œ๐จ๐ง๐ญ๐ž๐ง๐ญ๐ฌ -

๐‚๐จ๐ง๐ญ๐ซ๐ข๐›๐ฎ๐ญ๐จ๐ซ๐ฌ -

Back to Start

๐€ ๐†๐…๐† ๐Š๐ˆ๐ˆ๐“ ๐๐ซ๐จ๐ฃ๐ž๐œ๐ญ

Banner

About


Languages

Language:C++ 97.1%Language:Java 2.4%Language:C 0.5%