How to Use Git Commands|Session#3|Top 10 Git commands in Git CLI | Latest 2023 #git
How to create GitHub Reposotory|Session#1|My first git repo using Git CLI command | Latest 2023 #git
How to Delete GitHub Reposotory|Session#2|Change project visibility public or private| Latest 2023 #git
How to create a github repository, create a repository in github, how to make repository and upload project on GitHub, How To Create A Repository In Github And Upload Files, Publish a New Project to Github, Git Push And Pull, Upload Local Project To Github, How to upload files/folders/projects on github,Upload Project folder on github,How to connect github to visual studio code,Git and GitHub Tutorials for beginners,Create fork a git repository,how to create git repository and push to gitlab,Uploading Files To GitHub Quick Start Guide,GIT commands with examples in Hindi | Git commands for Beginners,Complete Git and GitHub Tutorial,How to Push Project to Github Repository,GitHub Tutorial - Beginner's Training Guide,GitHub Tutorial - Beginner's Training Guide,Learn complete Git and Github in 1 video,Git Commands
Git Learning Sessions: • How to create GitHub Repository|Sessi...
Other important links related to ChatGPT, C# and Visual Studio 2023
ChatGPT Extension with Visual Studio - • ChatGPT with Visual Studio 2022 & Dot...
Use of ChatGPT with Dot Net core- • ChatGPT with Dot Net core| Visual stu...
OpenAI api key creation - • How to Create Open AI API Key || GPT-...
Use case of ChatGPT- • Use of ChatGPT | Image creation by Ch...
What is ChatGPT- • What is ChatGPT in Hindi | Chatbot AI...
ChatGPT with C#- • ChatGPT with C# | ChatGPT with Dot Ne...
OpenAI- https://openai.com/
GPT-3 and GPT-4 Model
Microsoft power platform - • What is Power Platform | Power Apps |...
#GitHub #repository #coding #programming #versioncontrol #opensource #howto #tutorial #tech #developer #codingtutorial #codenewbie #githubrepository #git #githubtutorial #learnprogramming #beginnerprogramming #codingtips #devcommunity #codersofinstagram #programmerlife #webdevelopment #appdevelopment #githubdesktop #githubcommands #githubbasics #githubforbeginners
#trending #viral #chatgpt #chatbot #openai #dotnet6 #dotnet #techworldwithmj
Top 10 git Commands:
1) git int (To initialize git with local repository )
2) git status (Check file adding status)
3) git add . (Add folders and files)
4) git commit (Commit changes into git repo)
5) git clone “repo url” (Fetch repository to local first time)
6) git branch “branch name”(To create new branch from existing branch)
9) git checkout “branch name” (To switch into different branch)
7) git push -u origin “branch name” (Push changes in git repo)
8) git pull (Pull new changes from origin branch)
10) git merge “branch name” (Merge git changes with any branch)