こんにちは、AIO総研の鈴木です。 前回、非エンジニアとGitHubの出会いについての記事を書いてみました。 GitHubを使い始めて気づいたんですが、中にあるファイル、ほとんど「.md」形式なんですよね。 README.md、CHANGELOG.mdのような。 調べてみるとMarkdown ...
In this post, we will show you how to resolve Merge Conflicts in Git. Git allows developers to create branches from the main codebase to make independent changes. These changes can then be merged into ...