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

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

branch an i cant checkout or see my branch

39 ответов

20 просмотров

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😃✋

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

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

Ребят в СИ можно реализовать ООП?
Николай
32
Добрый вечер, Пока не совсем понимаю как наладить общение между телеграм ботом и ПО для работы с сим боксом. По самому боту так понял: - Нужен некий баланс, который можно поп...
Magic
6
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Всем доброго вечера. Разрабатываю 32 раз. приложение в Delphi. Столкнулся с тем, что стандартный  TFilestream  не работает с большим файлом > 2 ГБайт (после вызова функции see...
Vadim Gl
14
добрый день. Подскажите, есть сайт на 1.4.7 и я хочу обновиться, особо ничего не меняя. мне выбирать версию 1.4.35 или третью ветку? и можно ли обновлять "как есть", или нужно...
Digital Cat
12
народ, плиз хелп, всю голову сломал себе уже... разве может быть так, что GetProcAddress( GetModuleHandle( "kernel32.dll" ), "SetThreadDescription" ) вернёт ненулевое значение...
Iluha Companets
12
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
а плаксы из-под питона умеют только в комфортных условиях что-то выдавить из себя?)
Lencore
9
Кстати, что за тип булеана, который в памяти как 00 для фолса и 01 для тру отображается? Однобайтовый
Serjone
8
ребят подскажите почему матрица не транспонируется? #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <math.h> #include <locale.h> #define N 7 int main() { int...
† C E †
1
Карта сайта