Csaba Kissi Profile picture
Oct 2 β€’ 14 tweets β€’ 3 min read
Basic Git Commands every web developer should know.

Thread πŸ§΅πŸ‘‡
1. git init

The git init command is used to initialize a new Git repository.

This command can be used to set up a new repository or to convert an existing project to a Git repository.
The git init command creates a new directory that contains all of the necessary Git files, such as the .gitignore file and the .gitattributes file.
2. git status

The "git status" command is a powerful tool that allows you to see the current state of your git repository.

This command can be used to see which files have been modified, which files are new, and which files are not being tracked by git.
This command is also helpful in seeing which branch you are currently on and which files would be included in a commit.
3. git add <file or directory>

The "git add" command is used to add files to the staging area.

The staging area is a temporary location where changes are stored before they are committed.

This command can be used to add one or more files or to add all changes in a directory
4. git commit -m "Commit message in quotes"

The "git commit -m" command is used to commit changes to a Git repository.

This command takes a message as an argument, which is used to describe the changes being committed.
5. git push

The git push command is used to push commits from a local repository to a remote repository.

This command can be used to push changes to a remote branch or to a remote repository.
6. git pull

The git pull command is used to fetch and download content from a remote repository and update the local repository to match the remote.
7. git branch

The git branch command is used to create, list, rename, and delete branches.

When you create a new branch, it is based on the current branch.

You can also specify a different branch on which to base the new branch.

For new branch use: git branch <branch_name>
8. git checkout <branch_name>

The git checkout command is used to switch between different branches in a git repository.

To create a new branch use: git checkout -b <new_branch>
9. git merge <branch_name>

The "git merge" command is used to join two or more development histories together.

This is often done in order to combine changes made on separate branches.

It can also be used to simply update a single branch with the changes from another.
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #git

You can view your bookmarks on savetobookmarks .com
@SaveToBookmarks That's all, guys.

If you found this list useful, consider:

βœ… Follow @csaba_kissi for more content like this
πŸ”” Enable notifications πŸ‘€
πŸ”„ Retweeting the first tweet.

Thanks for your support, guys! πŸ™πŸ€

β€’ β€’ β€’

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

Keep Current with Csaba Kissi

Csaba Kissi 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 @csaba_kissi

Oct 3
9 Public APIs you can use without Authentication.

Thread πŸ§΅πŸ‘‡ Image
1️⃣ JSONPlaceholder

Free fake API for testing and prototyping.

jsonplaceholder.typicode.com Image
2️⃣ Dog API

Dog CEO’s Dog API. Over 20,000 images of dogs programmatically accessible by over 120 breeds.

Image supplied by the Stanford Dogs Dataset.

dog.ceo/dog-api/ Image
Read 12 tweets
Oct 1
JavaScript roadmap for beginners

πŸ§΅πŸ‘‡
1. Variables

πŸ“ Variable declaration
∟ var
∟ let
∟ const

πŸ“ Hoisting

πŸ“ Variable Naming Rules

πŸ“ Variable Scopes
∟ Block
∟ Function
∟ Global
2. Data types

πŸ“Primitive types
∟ string
∟ undefined
∟ number
∟ bigint
∟ boolean
∟ null

πŸ“ Object
πŸ“ typeof operator
Read 13 tweets
Sep 30
5 APIs for your next side project (All freemium)

Thread πŸ‘‡πŸ§΅
1. AI Color Generator

Utilize the most recent developments in AI to generate colors.

Find colors for typography, logos, gradients, palettes, and more.

rapidapi.com/hotpot-ai-hotp…
2. The Cocktail DB

API for alcohol and cocktail data.

rapidapi.com/thecocktaildb/…
Read 8 tweets
Sep 30
6 Youtube HTML and CSS courses for beginners

Thread πŸ§΅πŸ‘‡
1. HTML Tutorial for Beginners: HTML Crash Course

Learn HTML using this beginner's HTML tutorial to pursue a career in web development.

You will learn all you require to get started in this HTML lesson.

⏰ Length: 1:09:33

2. Learn HTML – Full Tutorial for Beginners (2022)

Over 4 hours of HTML!

This comprehensive introductory lesson will teach you the fundamentals of web programming.

HTML5 is taught in this course.

⏰ Length: 4:07:29

Read 11 tweets
Sep 29
Best Javascript courses for beginners on Youtube to learn for FREE

Thread πŸ‘‡πŸ§΅ Image
1. Javascript in one hour.

Mosh Hamedani is one of the best teachers on Youtube.

This course will teach you all the Javascript basics you should know.

From variable to functions.

⏰ Lenght: 00:48:17

πŸ”—
2. Learn JavaScript - Full Course for Beginners

You will learn all you need to know to begin using the JavaScript programming language in this comprehensive 134-part JavaScript tutorial for beginners.

⏰ Length: 3:26:43

πŸ”—
Read 10 tweets
Sep 27
There are 188,000+ Chrome extensions in the Chrome Web Store.

But only a few of them are useful for developers.

Thread πŸ§΅πŸ‘‡
1. ScribeHow

Scribe automatically creates a how-to guide with screenshots, instructions, and clicks.

You can edit, annotate and easily share or export them.

Must have extensions for students, educators, and founders.

πŸ”— scribe.how/3DJu9hJ Image
2. Dimensions

This extension measures the dimensions from your mouse pointer up/down and left/right until it hits a border.

If you want to measure distances between elements on a website, this is perfect.

πŸ”— chrome.google.com/webstore/detai… Image
Read 10 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!

:(