Giter VIP home page Giter VIP logo

Comments (3)

p4ulor avatar p4ulor commented on September 17, 2024

Level 19, 20, 23, 26, 34 and more. When starting it should say to name the main branch "master" to avoid these problems

from githug.

Stowaway4331 avatar Stowaway4331 commented on September 17, 2024

Use this command to change the default branch name to master for all levels. You only need to run this once.

git config --global init.defaultBranch master
githug reset

All levels will now use master as the default branch.

from githug.

nbehrnd avatar nbehrnd commented on September 17, 2024

If I run the command

git config --list

I obtain one line reading, for example

init.defaultbranch=main

though it could be master, or any_name_you_like. As tested in Linux Debian 13/trixie, as well as from Git Bash in an instance of Windows, this variable's value equally is accessible by

git var GIT_DEFAULT_BRANCH

Thus I think this might resolve githug's problem (on some OSes/setups) with questions 4, 16, 19, 20, 23, 26, 34, etc. so far "patched locally" running git branch -m master: i) read out its value from the host, and eventually ii) let githug set up the principal branch with this name (by default). This edit of the code base would provide enough modernization to warrant the update to 0.6.0 suggested in #345.

To me, this were more promising than to edit the hints to the corresponding questions in line of (for instance level 4/file commit.rb):

hint do
  puts "You must include a message when you commit. If not working, adjust the branch's name by `git branch -m master`."
end

from githug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.