Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (711)

Results for git-bash

December 1st, 2023
Get the folder structure of the remote git repository

I want to fetch the folder structure of a remote git repo of huge size (Unreal Engine), so fetching and then analyzing is not a solution. Is there any...

gitgithub
Read more
December 3rd, 2023
How to "add" the history of a previous git repo to a new one?

So, I had this repo on a GitHub account, and also stored in local on the PC. At a certain point I deleted the account and made a new one. I created a ...

gitgithubgit-rewrite-history
Read more
November 30th, 2023
IntelliJ - Git hooks : terraform: command not found

Environment : Pop!_OS 22.04 LTS oh-my-zsh IntelliJ IDEA 2023.2.5 (Community Edition) The problem : I have a git hook pre-commit set globally like t...

gitterraformintellij-ideagithooks
Read more
November 28th, 2023
Prevent accidental direct edit or commit on git main branch

I am working on a python project; I am new to git and I am still learning how to branch. Since I am still learning, sometimes I just forget and edit ...

pythongitworkflowvim
Read more
November 29th, 2023
Resolve Url By Means of Git

In respect to git configuration kind of [url "[email protected]:"] insteadOf = https://gitlab.com/ [url "https://bitbucket.com/other/"] insteadOf...

gitconfigurl
Read more
November 27th, 2023
How to fix my Git HEAD after inadvertent branch push?

I've been a Git user for many moons - in Windows. I used to use CLI+Tortoise Git and rarely encountered problems. I made the switch to Linux (kubuntu ...

gitbranchrepoheadgitgraph.js
Read more
November 28th, 2023
How can i get a pull_request_template.md to run when a pull request is made and when the pull_request_template.md is located in a git submodule

Kia Ora all, #this is my first ever poast after using StackOverflow so many times. #im wokring in Azure devops pipelines, Visual studio, using git. Im...

gitpull-requestazure-devopsgit-submodules
Read more
November 24th, 2023
git: pull tag, re-tag and push

In a jenkins pipeline, I am attempting to pull from a dev branch, tag as 't_int_dev'. later I want to pull tag 't_int_dev' and retag as 't_int_qa' and...

gitjenkinsdevops
Read more
November 20th, 2023
Git: intermittent failure with remotes "Recv failure: Connection was reset"

After installing Git on the new Windows machine and pulling/pushing to the Azure DevOps remotes (which works fine on other machines) I intermittently ...

gitazure-devopsgit-credential-manager
Read more
November 15th, 2023
Configure git globally to always init submodules on git clone?

I am trying to find a way to have git clone also init all submodules. I can't find any documentation on this, is this really not possible? ...

git
Read more
November 15th, 2023
How do I get a pretty git editor experience on mac like I do in devcontainers?

I am an avid user of Visual Studio Code devcontainers and one of the reasons is that I can easily get a very pretty git editing experience for doing t...

vimvscode-devcontainer
Read more
November 14th, 2023
How to automatically clean the latest git-commit message from special keywords like p.e. "[build]" that are meant to trigger a CI pipeline?

In some CI setups special keywords might be used to trigger specific behavior in the pipeline. For example the CI pipelines might build feature branch...

gitbashcontinuous-integrationgithooks
Read more
November 10th, 2023
File changes disappear when I stage them in git

I am working on a C# project in Visual Studio that is stored in a git repo. The .gitignore is missing some entries, and there are a couple files that ...

gitc#visual-studio
Read more
November 12th, 2023
How do I resolve this patch release problem with without using git cherry-pick?

I've read @raymond-chen's Stop cherry-picking series but can't wrap my head around if the following problem can be solved without using cherry-pick: ...

gitrebase
Read more
November 9th, 2023
Which directory of my PHP webapp should I publish on git?

I am working on a PHP webapp. I have to publish it on a distributed version control system (git) but I am not sure wether if to publish the root direc...

gitphpversion-control
Read more
November 9th, 2023
Error: git is not recognized as the name of cmdlet

I installed git according to windows comptability but still not working: the solution I tried: I tried changing the path variable in system variables...

gitgithubgithub-for-windows
Read more
November 7th, 2023
Why is it that sometimes you have to manually install the Nav Mesh Agent using a Git URL in Unity?

Why did I encounter the need to manually install the Nav Mesh Agent using a Git URL in Unity while working on my horror game project? Initially, I cou...

c#unity-game-enginenavmesh
Read more
November 10th, 2023
Is there any difference between "-u" and "--set-upstream" for the "git push" command?

Can someone please explain the difference, if it exists, between both commands: git push --set-upstream origin master git push -u origin master I te...

gitgit-push
Read more
November 10th, 2023
##[warning]'git config --get remote.origin.url' failed with exit code: 1, output: '' - Azure Devops CI/CD Pipeline Permission Issue

I get these errors whenever i tried running my pipelines on my created agent ,lets say agent_test. When I run pipelines for first time it works and if...

gitnext.jsazure-devopsyamlcicd
Read more
October 31st, 2023
Updating airgaped Azure devops git repository from a local git folder

I am working with some air-gaped systems and as part of the deployment, I need to update the sources for an external git repository to one of the Azur...

gitazure-devopsversion-control
Read more
November 7th, 2023
can I use hostname from ssh config in git clone?

Per git docs the following syntax is supported for git clone command: The following syntaxes may be used ssh://[user@]host.xz[:port]/path/to/repo.git...

gitsshsudopermissions
Read more
November 5th, 2023
Tekton task - update Git config repo file (for ArgoCD)

How can I make a Tekton task that updates a Git config (public) repo file? The resulting git update will trigger e.g. ArgoCD for syncing the runtime e...

githubsshtektontekton-pipelines
Read more
October 30th, 2023
Using git to manage the edit, patch, and merge of autogenerated microcontroller code

We're using a tool (STM32CubeMx) which provides a GUI to configure embedded microcontrollers, and generates a full C project based on that configurati...

gitembeddedmicrocontrollermergeauto-generate
Read more
October 28th, 2023
How to git reset --hard only deleted files and keep existing files intact?

Let's say I have files A, B, C, D in my repo. All of them has been modified from the last commit, but not staged yet. Due to a syncing bug, A and B ar...

gitfile-recovery
Read more
October 30th, 2023
Re-uploading a Git repository to a new remote

I have a local repository that I have uploaded to a remote repository. All files were uploaded successfully, including the full history of commits. I ...

gitrepository
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?