Skip to content

GFG-CLUB-KIIT/100-Days-of-Code

Repository files navigation

𝐂𝐏 𝐁𝐎𝐎𝐓𝐂𝐀𝐌𝐏 👩‍💻👨‍💻

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://[email protected]/[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://[email protected]/[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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published