詳細検索

git


It's OPS, but I tried using Git ~ Part 2
Tips
March 19, 2015
4分で読めます

It's OPS, but I tried using Git ~ Part 2

Hello. This is Komiya. This is a continuation of the previous article. This time I'm going to write about git merges and tags and conflicts. Well, please watch warmly as it is when beginners get used to it. I don't talk about git-flow or branch models. Check where you are now ''' $ git branch -a add_custom_repository * master '''...

It's OPS, but I tried using git ~ Part 1
Tips
March 3, 2015

It's OPS, but I tried using git ~ Part 1

Hello. This is Komiya. It's OPS, but I tried using Git ~ Part 1, so don't forget to take notes because I'm a beginner in GitHub, GitLab, and Git. This time, I'll just push it stutteringly. If you cut the branch, you will be full if you write it from the first time. Maybe up to number two. Part 2 is about branch, tag, and confrict. ・Background...

Try using gitlab using source tree (1)
Tips
February 24, 2015
3分で読めます

Try using gitlab using source tree (1)

Good morning. This is the Miyashita of infrastructure. There is gitlab running in the company, but I am having trouble with fewer people using git than I thought, probably because there are few people who can use CLI. Recently, it seems that you can fully experience Git with Windows tools, so this time I would like to introduce "SourceTree". ...

Build an agile and scalable development environment in the DevOps era with Vagrant, GitHub, Travis, Chef, and OpsWorks
Tips
February 10, 2015

Build an agile and scalable development environment in the DevOps era with Vagrant, GitHub, Travis, Chef, and OpsWorks

Hello. It's been a long time. This is the developer's flat shape. All the engineers who visited this blog. And people other than engineers. Thank you very much. First of all, there is no code or command line in this article. The content I am sending this time can help you build and operate a truly scalable environment. ...

How to auto-deploy in AWS OpsWorks on push on GitHub
Tips
January 22, 2014
2分で読めます

How to auto-deploy in AWS OpsWorks on push on GitHub

It is a flat form of development. Today, we'll teach you how to auto-deploy in AWS OpsWorks when pushed on GitHub. OpsWorks is a deployment service provided on AWS. *For more information about OpsWorks, please visit this website. This story assumes that OpsWorks has stacks, layers, and instances. OpsWorks itself has only recently touched it、...

Initialize and update submodules at the same time as cloning in git
Tips
January 16, 2014
1分で読めます

Initialize and update submodules at the same time as cloning in git

Hello. It is a flat form of development. This is my first post. After clone in Git, it often doesn't work because something is missing. And then you notice. Oh, don't clone the submodule! *This article is helpful for submodules. How many times has this pattern been like this! I hate myself. And always, ''' git clone...