Mix
Random mix of pages and files
git
2025.02.25 18:19:32 end HowTo Gilhad

git

  • root dir = git rev-parse --show-toplevel

  • přidání na github

    git remote add github git@github.com:githubgilhad/ABC.git
    git fetch github
    git restore --source=github/main -- LICENSE
    git add -A
    git ci -am "some comment"
    git push github
    # fix master branch on github