GIT rename or moving files

git rename or moving files is not working what can i do

Your git course is tottally confused… You add file which add and which file remove it’s not showing in vs code tottaly upset… i want some guidenes

Are you talking about the .git file?

But i agree git is the hardest course out of the bunch, it’s such a weird concept.

Mosh using terminal is confusing what can i do…

Yeah you’re not alone on that one git is tricky for a lot of people. But keep in mind 90% of the time you only need 10% of the features.

It’s okay to not learn everything on the first go, it’s okay to move on or go back. Mainly if you’re frustrated, take a break work on something you know a bit better for a bit then review what you know before getting back into git.

Personally i’m gonna have to retake the git and docker courses cause i felt like i was struggling. But i learned a lot, started listening to a web developer podcast called syntax to help fill in some gaps in knowlege. And you can always use a GUI tool for most things.

I find what helps with git is using the vscode GUI for the regular commands and the command line for anything more detailed. Try watching this video for some tips

vscode youtube

1 Like

Woovv thank you so much… and please tell mosh using terminal confusing is there any solution

How to makes resume is there any better website

Hi, what is your question? I didn’t quite get it.
In real life, you do everything from the terminal. It requires some time to learn all the git commands but it is just a matter of practice.

can you please how to make resume

I use git on regular basis at work (and home) and I prefer CLI over GUI.
That said I still use GUI for some operations I don’t feel like use commands.
Teaching the commands is actually a good thing.

You should put more efforts to understand at least the very basics.
I.e.

  • What are the different areas for a file.
  • What are the basic commands like add/commit/push/status/log
  • If you want to go a bit further merge/rebase/cherry-pick

With the above, you know enough for most scenarios.

For the rest it is true GIT has some intricacies you don’t need to know and it is up to your curiousity.
I actually took a course from another teacher I like and it was crazy long + deeply showing how it works under the hood. I confess that because you likely not need that, I forgot most of that part (but the essential remains). I still search on the internet for things I need to know that are unusual and that is perfectly fine. I am often asked about GIT tips in the team I work with but when I don’t know, again, I just look for the information on the internet.

Cheers

If you aspire to be a programer, it would pay to get used to the command line. GUI tools are just another thing that gets in the way between you and the computer. Often the command line is way more powerful than anything you can do with a GUI. In the 1990s the command line was all we had but nowadays there are many add ons (like posh git) that can make life easier.

can you please tell me… how to install git posh and what is it git posh?

I guess this is it.
It has installation instructions.

Cheers.

It is additional support for git folders on the PowerShell command prompt.
I am personnaly used to git bash but why not.

Can you please help me how to install git posh