NEWS COMMUNITY STORE LABS GIT SIGN UP LOGIN LOGOUT ROKOJORI NEWSLETTER SIGN UP LOGIN LOGOUT NEWS COMMUNITY STORE LABS GIT TOGGLE FULLSCREEN VOLLBILD AN/AUS image/svg+xml image/svg+xml image/svg+xml INIT
Start git locally on a directory
image/svg+xml image/svg+xml Start git locally on a directory image/svg+xml
quick-tip img:not(.icon) quick-tip img:not(.icon) quick-tip img[data-info] APP | VERSION
Linux/Ubuntu


RELATED TAGS
git, server, remote, repository


QUESTIONS
How can I add a new user to my git server?
What do I need to do to add a new git user via ssh keys?


LINKS
Create SSH Key Set SSH Key Git on the Server ssh-copy-id
    Open CMD
Open your CMD/terminal and navigate to the direcotry. cd {path/of/project}

    Check Status
Ensure this project is not alreay a git project. git status If everything is OK, git will complain and say something like this:
fatal: not a git repository (or any of the parent directories): .git

    Run Init
Run the init command in the directory. path/of/project:$git init

    Create .gitignore
Create a .gitignore file and set it up.

    Add & Commit
Add all files. path/of/project:$git add . Commit as intial commit path/of/project:$git commit -m "Initial Commit"

APP | VERSION
Linux/Ubuntu


RELATED TAGS
git, server, remote, repository


QUESTIONS
How can I add a new user to my git server?
What do I need to do to add a new git user via ssh keys?


LINKS
Create SSH Key Set SSH Key Git on the Server ssh-copy-id
GIT Overview






All social media brands are registrated trademarks and belong to their respective owners.





CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
We are using cookies on this site. Read more... Wir benutzen Cookies auf dieser Seite. Mehr lesen...