Create new .ugit directory
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
from . import data
|
||||
|
||||
|
||||
def main():
|
||||
@@ -19,4 +22,5 @@ def parse_args():
|
||||
|
||||
|
||||
def init(args):
|
||||
print("Hello, World!")
|
||||
data.init()
|
||||
print(f"Initialized empty ugit repository in {Path.cwd()}/{data.GIT_DIR}")
|
||||
|
||||
Reference in New Issue
Block a user