Sourav Mandal Profile picture
Mar 10 9 tweets 2 min read
❀ Basic Git Commands

A Thread 🧵↓
➀ Git Init

⇥ Git init create a new local git repository.

⇥ Alternatively, you can create a repository within a new directory by specifying the project name :
➁ Git Clone

⇥ if you want a local copy of a repository from GitHub, this command allows creating a local copy of that repository on your local directory form the repository URL.
➂ Git add
⇥ Git add is used to add files to the staging area and for removing file from staging area you can use the same command.
➃ Git commit

⇥ git commit will create a snapshot of the changes and save it to git directory.

⇥ The message in commit command is nothing but a text that tells about what is changed in files.
➄ Git Status
⇥ git status displays the list of changed files together with the files that are yet to be staged or committed.

⇥ Note: To clear the git bash screen you can use the "clear" command.
➅ git push

⇥ git push is used to send local commits to the master branch of the remote repository. Here's the basic code structure.

⇥ Replace master with the branch where you want to push your changes when you're not intending to push to the master branch.
➆ git remote

⇥ git remote lets you view all remote repositories also used to connect your local repository to the remote server list all connections along with their URLs.
That's all for now.

If you liked this thread, make sure to:

1. Follow me @souravWD

2. Retweet the first tweet

Thank you so much for getting to the end of the thread 💙 ! Let me know what you think below 😊 .

Cheers

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Sourav Mandal

Sourav Mandal Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @souravWD

Mar 9
❒ Learn Python Step By Step Complete road map !

A Thread 🧵↓
➀ Learn Basics

⇥ Data Types
⇥ Conditional Operations
⇥ Operations for manipulating data
⇥ Function
⇥ File Handling
⇥ Libraries installation
➁ oops Concept

⇥ Understanding oops concepts
⇥ Learn Python's Classes and methods
⇥ Do Programs on oops
⇥ Go through with other's codes
⇥ Solve programming problems with oops
Read 7 tweets
Mar 9
⬒ Types of keys in SQL

A Thread 🧵
🔹What is key in SQL ?
⇥ A key in SQL is an attribute or a set of attribute which helps us to uniquely identify a record or a row of data in a relation table.
🔹 Primary key 🗝️
⇥ A primary key is a table attribute or column that identify every record present in a table uniquely.

There can be only one primary key attribute in a table and primary key column elements can't be some or null values.
Read 8 tweets
Mar 8
⬒ 10 Useful Vscode Extensions

A Thread 🧵↓
➀ Error Lens
⇥ It is Basically on amazing extension in visual code that shows you all the error and warnings in realtime when you working on a file or you open a new project Image
➁ Auto Rename Tag
⇥ This is another useful extension, It help you to rename the paired HTML/XML tags automatically. Image
Read 13 tweets
Mar 7
🔹 Html Favicon

A Thread 🧵↓
🔹 Html Favicon
⇥ A favicon is a small file containing the one or more icons which are use to represent the website or a blog. it is also known as a tab icon. website icon. url icon, or a bookmark icon. Image
⇥ This icon is actually displayed on the address bar. browser's tab browser history. bookmark bar. etc... the image of a favicon is in. icon file format There are various file formats but ico format is supported by all the browsers.
Read 6 tweets
Feb 26
✅ Chrome Keyboard All Shortcut
#100DaysOfCode
🧵↓
🔹ALT + F4 ⇥ Close the current window.
🔹ALT + Space Then N ⇥ Minimize the current window.
🔹Alt + Space Then X ⇥ Minimize the current window.
🔹Alt + F Then X = Quit Google Chrome
🔹Alt + F = Open the chrome menu
🔹Alt + Shift + B = Show or Hide the Bookmarks bar
🔹Ctrl + Shift + O = Open the bookmarks manager
🔹Ctrl + H = Open the History page in a new tab
🔹Ctrl + F6 = Skip to web contents
🔹Ctrl + n = Open a new Window
🔹Ctrl + Shift + N = Open a New Window in Incognito Mode
🔹Ctrl + T = Open a new Tab
Read 8 tweets
Feb 26
✅ All 25 Algorithms 🧵↓
🔹Basics
➀ Huffman Coding Compression algo.
➁ Euclid's algo.
➂ Union Find algo.
🔹Searching
➀ Linear Search.
➁ Binary Search.
➂ Depth Fist Search.
➃ Breadth First Search.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(