⇥ 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.
⇥ 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
🔹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.
➀ 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
➁ Auto Rename Tag
⇥ This is another useful extension, It help you to rename the paired HTML/XML tags automatically.
🔹 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.
⇥ 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.
🔹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