• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

KalobTaulien/git-essentials

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

KalobTaulien/git-essentials

开源软件地址:

https://github.com/KalobTaulien/git-essentials

开源编程语言:

Dockerfile 100.0%

开源软件介绍:

Git Essentials / Git For Everybody

Visit gitforeverybody.com for free tutorials and the full course.

This is a course to teach you how to use everyday git.

Contributing

Welcome to my example Git Essentials repo! If you're here from the course, you have a few options:

  1. Clone this repo to download all the code you see here (but you can't make changes and overwrite my code)
  2. Fork this repo to add all this code to your GitHub profile and then clone this repository from your account. Then you can make file changes and git push them to your forked version of this repo.
  3. Open a GitHub issue! Feel free to open an issue and explore.
  4. Once you've forked this repo and made some changes, you can open a pull request to merge your code into my repo here. Feel free to experiment with that until you feel confident opening a pull request.

If you decide to open a pull request and add some work to this repo, I ask that you keep it simple. You can add a new file or update this README.md file with your name in the contributors list at the bottom, but please don't make changes to the original files from the course.

Where to get this course:

Docker (advanced devs only)

If you want a completely new and clean environment to start learning git form scratch, you can use a Docker container. That's what I did for this course. Below are the steps to reproduce the same setup I used in the Git Essentials course:

git clone [email protected]:KalobTaulien/git-essentials.git
cd git-esentials
docker build -t git .
docker run -itd --hostname "gitforeverybody.com" --name "gitforeverybody.com" git
docker container ls -a
docker exec -it <container_id> bash

# Once inside your Docker container, run these commands:
apt update
apt install vim nano git
export PS1="\[$(tput setaf 6)\]kalob\[$(tput setaf 2)\]@\[$(tput setaf 3)\]gitforeverybody.com: \[$(tput sgr0)\]"
export TERM=xterm-256color

# Now you can run git commands as if you were on a brand new computer. You'll need to generate an SSH key and add it to GitHub.

Contibutors

If you're opening a pull request against this repo, you should put your name (and website, optional) in the list below!

  • Kalob Taulien (website)
  • Insert your name and website here

Course created by Kalob Taulien.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
boxen/puppet-git: Install Git.发布时间:2022-06-11
下一篇:
smashwilson/merge-conflicts: Resolve git merge conflicts in Atom发布时间:2022-06-11
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap