git reflog
can you please check if the branch is available or not by the following command git branch -a
wait ill show you better
Oh! Fuck. I got the issue
what should i do?
When you initialized the project with git init By default it create a master branch. When you create a branch with empty project as follows git checkout -b test The branch is getting overrided
This is happening only when the project folder is empty. So make sure to add some content and then try creating branches and switching the branches. It will work
Here test branch overrides the master branch
Hope your able to understand what I meant. If you try out the above process you will understand the exact issue
its fixed thnx but what do you mean about overrides in git here?
Somehow in an empty project when you create a new branch (Eg: test) the main branch (master) will be renamed to test and you cannot switch back to master branch
Hope you found it useful
use git switch
aw i undrestand thnx 🌹
Yup even I highly suggest to go with this new features of GIT
One of my friend want to pull my repository, I accessed him to collabarator, But he cant pull Whats problem?
Because he couldn't login
Hi, Once you add your friend (with his github account id) as collaborator he must accept the invitation from his mail. Once he accepts the invitation. If he has added his SSH in his GITHUB account then we can pull without username or password. If he has not added his SSH keys then he has to pull it via HTTP option with his github username and password. (NOTE: The password is not same as GITHUB password, its obsolate. So he needs to go to his settings and create one with Profile Pic -> Settings -> Developer Settings -> Personal Access Tokens)
yes its fixed he didnt set SSH key i fixed for him and i have front end question🤔
Cool. How can I help you with frontend
Actually i added 2 photos in header, and i used z-index :1 for this logo But when i changing the responsive ( resolution of the browser width and height) its not responsive and its comming to main or navbar or ... else Whats your trick here or what should i do?🤔
If your not using CSS frameworks like Bootstrap / Tailwind then it's easier. If you have written plain CSS then you have do it with media queries for the screen resolution you want to achieve
This is html & css code for header and these images But, is there any choice for dont use media queries?🤔
Okay let me check the code
I think the problem is for the absolute value, But when i want to use z-index I have to change position
I think your are complicating the things by using z index and positions
Is there anymore idea?🤔 have you?
I could send you the way to achieve via media queries but as I am on phone can't help much
Ok but im appreciate you when you got some idea help me Thnx🌹
Thnx buddy,👌🌹 Ill going to sleep Gn all😃✋
Обсуждают сегодня