No video

Your first git commit and push to GitHub using Flutter in Android Studio

  Рет қаралды 14,337

Paul Gestwicki

Paul Gestwicki

Күн бұрын

This is a video for those who are new to version control with git. I show how you can use Android Studio to take a simple Flutter application, manage it in version control, and push changes to a new repository on GitHub.

Пікірлер: 36
@AppLeverCEO
@AppLeverCEO Жыл бұрын
Awesome and simple explanation. I shared this with my team to go through this video and implement. Thanks for your work.
@PaulGestwicki
@PaulGestwicki Жыл бұрын
You're welcome! Glad it was helpful.
@niko-mp4
@niko-mp4 7 ай бұрын
damm so happy to find a good explanation on the first try :)
@roshanbarkane2705
@roshanbarkane2705 Жыл бұрын
Sir your awesome way explain this topic 😍😊
@PaulGestwicki
@PaulGestwicki Жыл бұрын
Thanks! I am glad you found it useful.
@saonsikder4622
@saonsikder4622 Жыл бұрын
Really nice explanation ❤
@PaulGestwicki
@PaulGestwicki Жыл бұрын
Thanks!
@furkan6883
@furkan6883 Ай бұрын
thank you 😄
@PaulGestwicki
@PaulGestwicki Ай бұрын
You're welcome!
@bushraw66
@bushraw66 8 ай бұрын
Thank you so much
@PaulGestwicki
@PaulGestwicki 8 ай бұрын
You're welcome!
@funnymoment9164
@funnymoment9164 4 ай бұрын
Thanks!
@PaulGestwicki
@PaulGestwicki 4 ай бұрын
You're welcome!
@aditipal3271
@aditipal3271 Жыл бұрын
Thank you so much its help me lots
@PaulGestwicki
@PaulGestwicki Жыл бұрын
You're welcome!
@professionalnadir5879
@professionalnadir5879 8 ай бұрын
thanx
@vankoofficial123
@vankoofficial123 Жыл бұрын
Wow great🙏
@PaulGestwicki
@PaulGestwicki Жыл бұрын
Thanks!
@wonderwithlali6020
@wonderwithlali6020 6 ай бұрын
Anytime I push my codes, a dialog box appears and when I login it directs me to jetbrains website asking authorization to my github. Am I suppose to allow it?
@PaulGestwicki
@PaulGestwicki 6 ай бұрын
Yes, if you're using GitHub credentials through the IDE, there will be a little negotiation required through the browser. That's normal, but as always, be sure to check the URLs to make sure they're going where you expect.
@wonderwithlali6020
@wonderwithlali6020 6 ай бұрын
@@PaulGestwicki Alright. Thank you
@ibrarahmad484
@ibrarahmad484 Жыл бұрын
Thank you
@PaulGestwicki
@PaulGestwicki Жыл бұрын
You're welcome!
@iswarrand.sivaraj6262
@iswarrand.sivaraj6262 5 ай бұрын
i dont find the web option in the new version android studio
@PaulGestwicki
@PaulGestwicki 5 ай бұрын
I haven't been using Flutter in a while, but I just updated my installation of it and Android Studio to check this out. I still see the web option, so I am not sure what you're encountering. I hope you'll post a reply if you figure it out, in case anyone else comes across it.
@iswarrand.sivaraj6262
@iswarrand.sivaraj6262 5 ай бұрын
@PaulGestwicki hi I figure it after I look properly and found it
@bahaaaldeenkrayem7231
@bahaaaldeenkrayem7231 10 ай бұрын
When adding files, all files are added to the Changes list. The number of files exceeds 200 files and more. What is my problem? It's my first time using Git.😢
@PaulGestwicki
@PaulGestwicki 10 ай бұрын
It could be a problem with your .gitignore file, but the truth is that it's very hard to diagnose something like that in the comments section.
@bahaaaldeenkrayem7231
@bahaaaldeenkrayem7231 10 ай бұрын
@@PaulGestwicki Can you give me some advice to try to solve the problem? Where can I start searching?
@PaulGestwicki
@PaulGestwicki 10 ай бұрын
@@bahaaaldeenkrayem7231 check to make sure you don't accidentally have a repository inside of a repository. This is a mistake I often see students make, where they start a project in one folder, move things around, try something else, and end up with the repository folder inside of another one. The repository is held in a .git directory. Make sure you don't have any of these in the directories above your project. Aside from that, make sure that you have the right .gitignore file. The default one that you get when creating a project in Android Studio should be correct if you're using a conventional project layout. Also, minimize the number of platforms you're generating code for. If you are only building for Android, only, include the Android platform. Otherwise you will be generating and pushing a lot of code you don't need.
@abhijithnv3459
@abhijithnv3459 11 ай бұрын
sir, how to run this code from the repository itself
@PaulGestwicki
@PaulGestwicki 11 ай бұрын
The repository is just for storing data; you don't run code directly in a repository. You can deploy the code somewhere else, such as GitHub Pages. I have an example of this over here, but it may not be quite what you're asking. kzbin.info/www/bejne/hYOogmyOZriXd9k
@anirudhhegde9378
@anirudhhegde9378 Жыл бұрын
when I look at Github repository, its showing C++ as Github repository language
@PaulGestwicki
@PaulGestwicki Жыл бұрын
If you upload all the files needed to create the native builds, they will easily outweigh the dart files. For example, if you have a very simple dart application, but include the files needed to build it for Linux, there are more of those C++ files than there are Dart files, so GitHub calls it a "C++" project.
@anirudhhegde9378
@anirudhhegde9378 Жыл бұрын
@@PaulGestwicki ya thank you
Getting started with TDD in Flutter and Android Studio
8:55
Paul Gestwicki
Рет қаралды 846
How GIT works under the HOOD?
16:01
Tech With Nikola
Рет қаралды 193 М.
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 185 МЛН
Box jumping challenge, who stepped on the trap? #FunnyFamily #PartyGames
00:31
Family Games Media
Рет қаралды 31 МЛН
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 35 МЛН
How to Commit and Push to Github from VSCode (2024 Update)
5:06
The Code City
Рет қаралды 42 М.
How to upload an Android Studio project to GitHub | 2023
5:36
Practical Coding
Рет қаралды 31 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
Beginner Git commands you need to know (WITH EXAMPLES)
14:28
how to upload flutter project to github & git tutorial | Flutter Git
7:11
Everything You'll Need to Know About Git with ThePrimeagen | Preview
14:43
🔥Upload Flutter Project to GitHub from VS Code | Easiest Way!
6:35
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 185 МЛН