NobGit
public nobgit read

community.wiki

For NobGit Community

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git

Trace

Repositories/Commit Changes.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

Commit Changes.md on main
Author Date Commit Line Code
Alex Nord 13 days ago 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
1
# How to commit to NobGit
Open commit View diff
1 # How to commit to NobGit
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
2
Open commit View diff
2
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
3
An [SSH key](How to upload an SSH key.md) or [access token](How to create an access token.md) is required to push code to NobGit. Password authentication is not supported.
Open commit View diff
3 An [SSH key](How to upload an SSH key.md) or [access token](How to create an access token.md) is required to push code to NobGit. Password authentication is not supported.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
4
Open commit View diff
4
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
5
## Prepare Git
Open commit View diff
5 ## Prepare Git
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
6
Open commit View diff
6
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
7
1. Install Git on your computer.
Open commit View diff
7 1. Install Git on your computer.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
8
2. Set the name and email address you want on commits.
Open commit View diff
8 2. Set the name and email address you want on commits.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
9
Open commit View diff
9
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
10
```
Open commit View diff
10 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
11
git config --global user.name "Your Name"
Open commit View diff
11 git config --global user.name "Your Name"
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
12
git config --global user.email "[email protected]"
Open commit View diff
12 git config --global user.email "[email protected]"
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
13
```
Open commit View diff
13 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
14
Open commit View diff
14
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
15
## Clone a repository
Open commit View diff
15 ## Clone a repository
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
16
Open commit View diff
16
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
17
Open the NobGit repository and use the clone panel to copy either the HTTPS or SSH clone URL.
Open commit View diff
17 Open the NobGit repository and use the clone panel to copy either the HTTPS or SSH clone URL.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
18
Open commit View diff
18
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
19
```
Open commit View diff
19 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
20
git clone https://www.nobgit.com/{owner}/{repo}.git
Open commit View diff
20 git clone https://www.nobgit.com/{owner}/{repo}.git
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
21
cd {repo}
Open commit View diff
21 cd {repo}
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
22
```
Open commit View diff
22 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
23
Open commit View diff
23
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
24
For HTTPS, use your NobGit username and an access token when Git asks for credentials. For SSH, add an SSH key to NobGit first.
Open commit View diff
24 For HTTPS, use your NobGit username and an access token when Git asks for credentials. For SSH, add an SSH key to NobGit first.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
25
Open commit View diff
25
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
26
## Commit and push changes
Open commit View diff
26 ## Commit and push changes
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
27
Open commit View diff
27
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
28
1. Edit or add files in the repository folder.
Open commit View diff
28 1. Edit or add files in the repository folder.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
29
2. Review the changed files.
Open commit View diff
29 2. Review the changed files.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
30
3. Stage the files you want to commit.
Open commit View diff
30 3. Stage the files you want to commit.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
31
4. Create the commit.
Open commit View diff
31 4. Create the commit.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
32
5. Push the branch to NobGit.
Open commit View diff
32 5. Push the branch to NobGit.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
33
Open commit View diff
33
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
34
```
Open commit View diff
34 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
35
git status
Open commit View diff
35 git status
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
36
git add .
Open commit View diff
36 git add .
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
37
git commit -m "Describe your change"
Open commit View diff
37 git commit -m "Describe your change"
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
38
git push origin main
Open commit View diff
38 git push origin main
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
39
```
Open commit View diff
39 ```
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
40
Open commit View diff
40
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
41
## Edit from NobGit
Open commit View diff
41 ## Edit from NobGit
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
42
Open commit View diff
42
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
43
1. Open the repository in NobGit.
Open commit View diff
43 1. Open the repository in NobGit.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
44
2. Click the file you want to change.
Open commit View diff
44 2. Click the file you want to change.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
45
3. Edit the file in NobGit.
Open commit View diff
45 3. Edit the file in NobGit.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
46
4. Write a clear commit message.
Open commit View diff
46 4. Write a clear commit message.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
47
5. Commit the change.
Open commit View diff
47 5. Commit the change.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
48
Open commit View diff
48
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
49
If your repository uses a different default branch, replace `main` with that branch name. If the push is rejected because the remote has newer commits, run `git pull --rebase origin main`, resolve any conflicts, and push again.
Open commit View diff
49 If your repository uses a different default branch, replace `main` with that branch name. If the push is rejected because the remote has newer commits, run `git pull --rebase origin main`, resolve any conflicts, and push again.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
50
Open commit View diff
50
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
51
- [Previous: GPG key](How to upload a GPG key.md)
Open commit View diff
51 - [Previous: GPG key](How to upload a GPG key.md)
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
52
Open commit View diff
52
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
53
- [Next: releases](How to upload and use releases.md)
Open commit View diff
53 - [Next: releases](How to upload and use releases.md)