Git Product home page Git Product logo

sort-buchstaben's Introduction

sort-buchstaben

…or create a new repository on the command line

echo "# sort-buchstaben" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amxamxa/sort-buchstaben.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/amxamxa/sort-buchstaben.git
git branch -M main
git push -u origin main

git pusch options

-- option --
--all                          -- push all refs under refs/heads/
--atomic                       -- request atomic transaction on remote side
--delete               -d      -- delete all listed refs from the remote repository
--dry-run              -n      -- do everything except actually send the updates
--follow-tags                  -- also push missing annotated tags reachable from the pushed refs
--force                -f      -- allow refs that are not ancestors to be updated
--force-if-includes            -- require remote updates to be integrated locally
--force-with-lease             -- allow refs that are not ancestors to be updated if current ref matches expected v
--ipv4                 -4      -- use IPv4 addresses only
--ipv6                 -6      -- use IPv6 addresses only
--mirror                       -- push all refs under refs/heads/ and refs/tags/ and delete non-existing refs
--no-force-with-lease          -- cancel all previous force-with-lease specifications
--no-signed                    -- don't GPG sign the push
--no-thin                      -- do not try to minimize number of objects to be sent
--no-verify                    -- bypass the pre-push hook
--porcelain                    -- produce machine-readable output
--progress                     -- output progress information
--prune                        -- remove remote branches that do not have a local counterpart
--push-option          -o      -- transmit string to server to pass to pre/post-receive hooks
--quiet                -q      -- suppress all output

sort-buchstaben's People

Contributors

amxamxa avatar

Watchers

 avatar

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.