169 похожих чатов

Anyone knows whats problem to my git?😐 i cant create

branch an i cant checkout or see my branch

39 ответов

35 просмотров

can you please check if the branch is available or not by the following command git branch -a

M.S- Автор вопроса
M.S- Автор вопроса
M.S
screenshot

Oh! Fuck. I got the issue

M.S- Автор вопроса
M.S
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

M.S
what should i do?

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

Flying Dragon
When you initialized the project with git init B...

Hope your able to understand what I meant. If you try out the above process you will understand the exact issue

M.S- Автор вопроса
Flying Dragon
Here test branch overrides the master branch

its fixed thnx but what do you mean about overrides in git here?

M.S
its fixed thnx but what do you mean about override...

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

M.S
screenshot

use git switch

M.S- Автор вопроса
drunktimelord
use git switch

Yup even I highly suggest to go with this new features of GIT

M.S- Автор вопроса
Flying Dragon
👍

One of my friend want to pull my repository, I accessed him to collabarator, But he cant pull Whats problem?

M.S
screenshot One of my friend want to pull my repository, I acc...

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)

M.S- Автор вопроса
Flying Dragon
Hi, Once you add your friend (with his github acco...

yes its fixed he didnt set SSH key i fixed for him and i have front end question🤔

M.S- Автор вопроса
Flying Dragon
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?🤔

M.S
screenshot

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

M.S- Автор вопроса
Flying Dragon
If your not using CSS frameworks like Bootstrap / ...

This is html & css code for header and these images But, is there any choice for dont use media queries?🤔

M.S- Автор вопроса
M.S
This is html & css code for header and these image...

I think the problem is for the absolute value, But when i want to use z-index I have to change position

M.S
I think the problem is for the absolute value, But...

I think your are complicating the things by using z index and positions

M.S- Автор вопроса
M.S
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

M.S- Автор вопроса
Flying Dragon
I could send you the way to achieve via media quer...

Ok but im appreciate you when you got some idea help me Thnx🌹

M.S- Автор вопроса
Flying Dragon
Sure will do it

Thnx buddy,👌🌹 Ill going to sleep Gn all😃✋

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта