일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록🌳List of Materials✨/Git (7)
A Joyful AI Research Journey🌳😊
https://ux.stories.pe.kr/181 Git GUI 소스트리(SourceTree) 설치방법과 사용방법 멋찐 개발자 같은 경우 검정 화면에 하얀색 글씨로 타이핑을 치며 Git 명령어를 실행시킬텐데요. 그게 멋지긴 하지만 편한 형태는 아닙니다. Git을 좀더 편하게 사용하기 위해서는 Git GUI(Graphic User ux.stories.pe.kr
https://artdev.tistory.com/38 [Git] local repository와 remote repository의 연결, 그리고 갱신 앞선 포스팅에서 git을 이용하여 commit하는것까지 알아보았다. local repository에 있는 코드를 원격 repository에 올려보자. github 자신의 계정에서 repository를 만들고 그것을 내 local repository랑 연결만 해 artdev.tistory.com
the steps on how to deploy using GitLab for AWS: Create a new project in GitLab. Create a .gitlab-ci.yml file in the root directory of your project. This file will contain the configuration for your CI/CD pipeline. In the .gitlab-ci.yml file, add a job that will deploy your application to AWS. The job should contain the following steps: Install the AWS CLI. Create an AWS deployment configuration..
https://docs.gitlab.com/ee/ci/cloud_deployment/ Deploy to AWS from GitLab CI/CD | GitLab Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner. docs.gitlab.com
Create a Branch Create branch when master branch is checked out. Here commits in master will be synced to the branch you created. git branch branch1 Create branch when branch1 is checked out . Here commits in branch1 will be synced to branch2 git branch branch2 Checkout a Branch git checkout command switch branches or restore working tree files git checkout branchname Renaming a Branch git branc..
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax Basic writing and formatting syntax - GitHub Docs Create sophisticated formatting for your prose and code on GitHub with simple syntax. docs.github.com
https://ux.stories.pe.kr/183 Git Flow 개념 이해하기 Git으로 협업을 하는 것이 매우 좋다라고는 알고 있으나 실제로 서로 다른 그 사람들이 어떻게 각자 작성한 코드를 합치고 배포하는지가 궁금해 졌습니다. Git-flow 이해하기 Git-flow는 Git이 새롭게 ux.stories.pe.kr 230526) https://80000coding.oopy.io/865f4b2a-5198-49e8-a173-0f893a4fed45 깃허브 프로필 꾸미기! 깃허브에 들어갈 때마다 허전한 내 프로필.. 80000coding.oopy.io 230427) 깃 메인 페이지 꾸미기 가능하다. https://velog.io/@imacoolgirlyo/Git-fork%EC%99%80-clone-%EC..