About 332,000 results
Open links in new tab
  1. Anyone got an ELI5 version for basic GIT? - Reddit

    I would say that 95% of developers who use git, mainly use the CLI. Its a hurdle you need to just work hard enough until you get over it. And do lots of Googling. I've been using Git …

  2. Resolved - npm not available | Plesk Forum

    Sep 14, 2017 · If you experience issues/errors/problems, pls. always consider to post your used commands and the corresponding outputs from your command line, so people willing to help …

  3. How do you guys use git with Visual Studio? : r/csharp - Reddit

    I am very comfortable working with git from command line, so I installed this extension to quickly access the command line. I am currently working on a side project while in school and I …

  4. Resolved - Run docker-compose in git deployment action

    Jul 18, 2022 · Similar threads Issue Git - additional deploy actions : Limited access to binaries [Git extension bug: EXTGIT-22] Zéfyx Jan 6, 2025 Plesk Extensions Replies 2 Views 3K Jan 8, …

  5. Does anyone else hate git as much as I do? : r/git - Reddit

    The problem with git isn't with what it does or how it is structured, the problem with git is that its interface is bullshit and its responses are bullshit. No one should have to spend a lot of time …

  6. Question - Git - Enable Additional Deployment Actions

    Mar 9, 2018 · Hi, I am using Git-integration to automatically pull the newest version of my repository from Github when my webhook is "called". I want to enable additional deployment …

  7. Should I learn how to use git and GitHub as a beginner?

    All you need to get started on the command line is: -Git init or git clone -git commit -m "commit message here" -git push (if using github or similar, which I do reccomend.) The rest is learning …

  8. Issue - Git Authentication failed | Plesk Forum

    Jun 26, 2017 · Similar threads F Question Git commands and sub-command available in Plesk fabrizioi Oct 5, 2025 Plesk Obsidian for Linux Replies 0 Views 260 Oct 5, 2025

  9. What's the worst I can do? : r/git - Reddit

    When trying new git commands on your own machine, don't be afraid to just copy a backup of your whole repository using `cp -r project project.bak` (can be recovered by renaming …

  10. Issue - GitHub integration: Additional Deployment Actions don't …

    Mar 1, 2017 · Hey, I want to add Git to my current project. I managed to connect via ssh to my private repository. Also a webhook fires everytime, I make a push to my repository. …